Skip to content

Commit 5335788

Browse files
author
Gauvain Pocentek
committed
longer docker image startup timeout for tests
1 parent 79c4682 commit 5335788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_test_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ while :; do
118118
curl -s http://localhost:8080/users/sign_in 2>/dev/null \
119119
| grep -q "GitLab Community Edition" && break
120120
I=$((I+5))
121-
[ "$I" -lt 120 ] || fatal "timed out"
121+
[ "$I" -lt 180 ] || fatal "timed out"
122122
done
123123

124124
# Get the token

0 commit comments

Comments
 (0)