Skip to content

Commit 1667810

Browse files
committed
increase timeout to make travis tests pass
1 parent 3424333 commit 1667810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_test_env.sh

Lines changed: 1 addition & 1 deletion
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 360 ] || fatal "timed out"
122122
done
123123

124124
# Get the token

0 commit comments

Comments
 (0)