From 6bfad23db3769677607f68696d48f92629010dbc Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 2 Sep 2024 18:28:19 +1000 Subject: [PATCH] Bump default timeout to 15 seconds to start container --- .test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test/run.sh b/.test/run.sh index 3b074123..9fab0f25 100755 --- a/.test/run.sh +++ b/.test/run.sh @@ -72,7 +72,7 @@ runandwait() )" port_int=$port fi - waiting=${DOCKER_LIBRARY_START_TIMEOUT:-10} + waiting=${DOCKER_LIBRARY_START_TIMEOUT:-15} echo "waiting to start..." set +e +o pipefail +x while [ "$waiting" -gt 0 ]