CI: wait max 60 seconds

This commit is contained in:
Joakim Frostegård 2021-08-16 20:44:49 +02:00
parent 631b2c0494
commit fad3e1ea0d

View file

@ -270,7 +270,7 @@ i="0"
echo "Watching for finished files.."
while [ $i -lt 300 ]
while [ $i -lt 60 ]
do
if test -f "leech/http-test-ipv4"; then
if grep -q "http-test-ipv4" "leech/http-test-ipv4"; then