From 5335788480d840566d745d39deb85895a5fc93af Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 19 May 2018 07:03:31 +0200 Subject: longer docker image startup timeout for tests --- tools/build_test_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 1082d2a..9961333 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -118,7 +118,7 @@ while :; do curl -s http://localhost:8080/users/sign_in 2>/dev/null \ | grep -q "GitLab Community Edition" && break I=$((I+5)) - [ "$I" -lt 120 ] || fatal "timed out" + [ "$I" -lt 180 ] || fatal "timed out" done # Get the token -- cgit v1.2.1