



























@@ -90,7 +90,7 @@ jobs:
9090 local ref="$1"
9191 local fetch_status
9292 for attempt in 1 2 3; do
93- timeout --signal=TERM --kill-after=10s 30s git -C "$GITHUB_WORKSPACE" \
93+ timeout --signal=TERM --kill-after=10s 120s git -C "$GITHUB_WORKSPACE" \
9494 -c protocol.version=2 \
9595 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin \
9696 "+${ref}:refs/remotes/origin/checkout" && return 0
@@ -351,7 +351,7 @@ jobs:
351351 local ref="$1"
352352 local fetch_status
353353 for attempt in 1 2 3; do
354- timeout --signal=TERM --kill-after=10s 30s git -C "$GITHUB_WORKSPACE" \
354+ timeout --signal=TERM --kill-after=10s 120s git -C "$GITHUB_WORKSPACE" \
355355 -c protocol.version=2 \
356356 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
357357 "+${ref}:refs/remotes/origin/checkout" && return 0
@@ -499,7 +499,7 @@ jobs:
499499 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
500500 git -C "$workdir" config gc.auto 0
501501502- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
502+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
503503 -c protocol.version=2 \
504504 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
505505 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -564,7 +564,7 @@ jobs:
564564 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
565565 git -C "$workdir" config gc.auto 0
566566567- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
567+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
568568 -c protocol.version=2 \
569569 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
570570 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -810,7 +810,7 @@ jobs:
810810 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
811811 git -C "$workdir" config gc.auto 0
812812813- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
813+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
814814 -c protocol.version=2 \
815815 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
816816 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -899,7 +899,7 @@ jobs:
899899 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
900900 git -C "$workdir" config gc.auto 0
901901902- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
902+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
903903 -c protocol.version=2 \
904904 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
905905 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -979,7 +979,7 @@ jobs:
979979 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
980980 git -C "$workdir" config gc.auto 0
981981982- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
982+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
983983 -c protocol.version=2 \
984984 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
985985 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -1056,7 +1056,7 @@ jobs:
10561056 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
10571057 git -C "$workdir" config gc.auto 0
105810581059- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
1059+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
10601060 -c protocol.version=2 \
10611061 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
10621062 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -1131,7 +1131,7 @@ jobs:
11311131 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
11321132 git -C "$workdir" config gc.auto 0
113311331134- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
1134+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
11351135 -c protocol.version=2 \
11361136 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
11371137 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -1258,7 +1258,7 @@ jobs:
12581258 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
12591259 git -C "$workdir" config gc.auto 0
126012601261- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
1261+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
12621262 -c protocol.version=2 \
12631263 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
12641264 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -1399,7 +1399,7 @@ jobs:
13991399 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
14001400 git -C "$workdir" config gc.auto 0
140114011402- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
1402+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
14031403 -c protocol.version=2 \
14041404 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
14051405 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -1584,7 +1584,7 @@ jobs:
15841584 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
15851585 git -C "$workdir" config gc.auto 0
158615861587- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
1587+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
15881588 -c protocol.version=2 \
15891589 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
15901590 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
@@ -1630,7 +1630,7 @@ jobs:
16301630 git -C "$workdir" config gc.auto 0
16311631 git -C "$workdir" remote add origin "https://github.com/openclaw/clawhub.git"
163216321633- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
1633+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
16341634 -c protocol.version=2 \
16351635 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
16361636 "+refs/heads/main:refs/remotes/origin/checkout" || return 1
@@ -1677,7 +1677,7 @@ jobs:
16771677 fetch_checkout_ref() {
16781678 local fetch_status
16791679 for attempt in 1 2 3; do
1680- timeout --signal=TERM --kill-after=10s 30s git -C "$GITHUB_WORKSPACE" \
1680+ timeout --signal=TERM --kill-after=10s 120s git -C "$GITHUB_WORKSPACE" \
16811681 -c protocol.version=2 \
16821682 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
16831683 "+${CHECKOUT_SHA}:refs/remotes/origin/checkout" && return 0
@@ -2083,7 +2083,7 @@ jobs:
20832083 git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}.git"
20842084 git -C "$workdir" config gc.auto 0
208520852086- timeout --signal=TERM --kill-after=10s 30s git -C "$workdir" \
2086+ timeout --signal=TERM --kill-after=10s 120s git -C "$workdir" \
20872087 -c protocol.version=2 \
20882088 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \
20892089 "+${CHECKOUT_SHA}:refs/remotes/origin/ci-target" || return 1
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。