test(live): stabilize gateway timeout assertion · openclaw/openclaw@a846b57
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
Commit a846b57
test(live): stabilize gateway timeout assertion
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -578,7 +578,7 @@ describe("resolveGatewayLiveSuiteTimeoutMs", () => {
|
578 | 578 | }); |
579 | 579 | |
580 | 580 | it("scales model-capped sweeps for multi-probe retries", () => { |
581 | | -expect(resolveGatewayLiveSuiteTimeoutMs(3)).toBeGreaterThan(GATEWAY_LIVE_DEFAULT_TIMEOUT_MS); |
| 581 | +expect(resolveGatewayLiveSuiteTimeoutMs(4)).toBeGreaterThan(GATEWAY_LIVE_DEFAULT_TIMEOUT_MS); |
582 | 582 | }); |
583 | 583 | |
584 | 584 | it("caps very large model sweeps", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments
Comments
(0)