Skip to content

Commit 2cc3669

Browse files
author
Sazon, John Bryan J
committed
Increase the timeout interval to 20s
1 parent 9de4054 commit 2cc3669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
while [ $(curl -I -u "root:123qwe123" http://localhost:10080/users/sign_in | head -1 | grep 200 | wc -l | tr -d ' ') -ne 1 ]; do
2525
ctr=`expr $ctr + 1`
2626
echo waiting for gitlab to come up
27-
sleep 10
27+
sleep 20
2828
if [ $ctr == $max_retries ]; then
2929
echo "max retries (${max_retries}) reached"
3030
exit 1

0 commit comments

Comments
 (0)