Skip to content

Commit

Permalink
ci: Increase wait timeout
Browse files Browse the repository at this point in the history
The 5.0 migrations take longer.
  • Loading branch information
nijel committed Sep 6, 2023
1 parent e7acab0 commit 99fc760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-online
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TIMEOUT=0
while ! curl --insecure --fail --max-time 5 --silent --output /dev/null "$URL" ; do
sleep 5
TIMEOUT=$((TIMEOUT + 1))
if [ $TIMEOUT -gt 100 ] ; then
if [ $TIMEOUT -gt 1000 ] ; then
break
fi
done
Expand Down

0 comments on commit 99fc760

Please sign in to comment.