mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Update mirror.yml
increase runtime
This commit is contained in:
parent
43c3f82090
commit
2cbb92a1ff
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
c=1
|
c=1
|
||||||
while [ $RET -eq 124 ]; do
|
while [ $RET -eq 124 ]; do
|
||||||
echo "::group::Fetch ${c}/5"
|
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
|
if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then
|
||||||
echo "::set-output name=SVN_FETCH_STATUS::error"
|
echo "::set-output name=SVN_FETCH_STATUS::error"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user