raised sleep to 30 seconds to get some more logs

This commit is contained in:
André Bauer 2020-02-27 12:42:06 +01:00 committed by GitHub
parent cb046658ff
commit 0b787b2da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/tests.sh vendored
View File

@ -13,7 +13,7 @@ until (curl -I --silent --fail localhost | grep -iq "HTTP/1.1 200 OK"); do
sleep 15 sleep 15
done done
sleep 10 sleep 30
echo echo
echo "Success - Zammad is up :)" echo "Success - Zammad is up :)"