From 8cd63e0972de9d745fa06da58c2f493879143379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20G=C3=B3mez=20Gracia?= Date: Wed, 20 Mar 2024 18:06:06 +0100 Subject: [PATCH] [bitnami/neo4j] Increase goss tests timeout (#63953) * [bitnami/neo4j] Increase goss tests timeout Signed-off-by: Gonzalo Gomez Gracia --------- Signed-off-by: Gonzalo Gomez Gracia --- .vib/neo4j/goss/neo4j.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vib/neo4j/goss/neo4j.yaml b/.vib/neo4j/goss/neo4j.yaml index 73dd0448464a..da7097075a39 100644 --- a/.vib/neo4j/goss/neo4j.yaml +++ b/.vib/neo4j/goss/neo4j.yaml @@ -22,6 +22,6 @@ command: check-neo4j-daemon: exec: neo4j start; neo4j status exit-status: 0 - timeout: 10000 + timeout: 30000 stdout: - "Neo4j is running"