fix(qa): extend config cleanup Windows budget · openclaw/openclaw@8a93851
vincentkoc
·
2026-05-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -180,7 +180,7 @@ describe("qa suite gateway helpers", () => {
|
180 | 180 | raw: expect.stringContaining('"deny"'), |
181 | 181 | baseHash: "hash-1", |
182 | 182 | }), |
183 | | -{ timeoutMs: 90_000 }, |
| 183 | +{ timeoutMs: 180_000 }, |
184 | 184 | ); |
185 | 185 | expect(waitReady).toHaveBeenCalledWith({ |
186 | 186 | gateway: env.gateway, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -275,7 +275,7 @@ async function runConfigMutation(params: {
|
275 | 275 | restartDelayMs?: number; |
276 | 276 | }) { |
277 | 277 | const restartDelayMs = params.restartDelayMs ?? 1_000; |
278 | | -const timeoutMs = liveTurnTimeoutMs(params.env, 90_000); |
| 278 | +const timeoutMs = liveTurnTimeoutMs(params.env, 180_000); |
279 | 279 | let lastConflict: unknown = null; |
280 | 280 | for (let attempt = 1; attempt <= 8; attempt += 1) { |
281 | 281 | const snapshot = await readConfigSnapshot(params.env); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。