From 2cbb92a1ff2d8ba2b3e1783db27ddb7a32e22879 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sat, 18 Dec 2021 22:54:04 +0100 Subject: [PATCH] Update mirror.yml increase runtime --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 8364f2239..509ec9c61 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -83,7 +83,7 @@ jobs: c=1 while [ $RET -eq 124 ]; do echo "::group::Fetch ${c}/5" - timeout 600 git svn --log-window-size=200 -q fetch && RET=$? || true + timeout 1200 git svn --log-window-size=200 -q fetch && RET=$? || true if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then echo "::set-output name=SVN_FETCH_STATUS::error" fi