We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de4054 commit 2cc3669Copy full SHA for 2cc3669
1 file changed
.travis.yml
@@ -24,7 +24,7 @@ before_install:
24
while [ $(curl -I -u "root:123qwe123" http://localhost:10080/users/sign_in | head -1 | grep 200 | wc -l | tr -d ' ') -ne 1 ]; do
25
ctr=`expr $ctr + 1`
26
echo waiting for gitlab to come up
27
- sleep 10
+ sleep 20
28
if [ $ctr == $max_retries ]; then
29
echo "max retries (${max_retries}) reached"
30
exit 1
0 commit comments