From fad3e1ea0df81ee99fac6708d56867579d663553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 16 Aug 2021 20:44:49 +0200 Subject: [PATCH] CI: wait max 60 seconds --- .github/actions/test-transfer/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-transfer/entrypoint.sh b/.github/actions/test-transfer/entrypoint.sh index 5b36825..61f061e 100755 --- a/.github/actions/test-transfer/entrypoint.sh +++ b/.github/actions/test-transfer/entrypoint.sh @@ -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