From 0b787b2da01e574bfc61c770d5a1a6d48de478a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Thu, 27 Feb 2020 12:42:06 +0100 Subject: [PATCH] raised sleep to 30 seconds to get some more logs --- .github/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tests.sh b/.github/tests.sh index 5a2dbd3..728e5bb 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -13,7 +13,7 @@ until (curl -I --silent --fail localhost | grep -iq "HTTP/1.1 200 OK"); do sleep 15 done -sleep 10 +sleep 30 echo echo "Success - Zammad is up :)"