惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
G
Google Developers Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
爱范儿
爱范儿
罗磊的独立博客
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
C
Check Point Blog
美团技术团队
宝玉的分享
宝玉的分享
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(ci): relax checkout fetch timeout · openclaw/openclaw...
vincentkoc · 2026-06-16 · via Recent Commits to openclaw:main

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