Update mirror.yml

increase runtime
This commit is contained in:
sidey79 2021-12-18 22:54:04 +01:00 committed by GitHub
parent 43c3f82090
commit 2cbb92a1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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