test(scripts): stabilize gauntlet termination timing · openclaw/openclaw@54b2836
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -884,10 +884,10 @@ const promise = runMeasuredCommandLive({
|
884 | 884 | label: "timeout-parent-termination", |
885 | 885 | phase: "probe", |
886 | 886 | timeoutKillGraceMs: 1_000, |
887 | | - timeoutMs: 100, |
| 887 | + timeoutMs: 1_000, |
888 | 888 | timeMode: "none", |
889 | 889 | }); |
890 | | -for (let attempt = 0; attempt < 100 && !fs.existsSync(${JSON.stringify( |
| 890 | +for (let attempt = 0; attempt < 200 && !fs.existsSync(${JSON.stringify( |
891 | 891 | leaderExitedPath, |
892 | 892 | )}); attempt += 1) { |
893 | 893 | await delay(25); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。