mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 18:50:42 +00:00
test(live): stabilize gateway timeout assertion
This commit is contained in:
@@ -578,7 +578,7 @@ describe("resolveGatewayLiveSuiteTimeoutMs", () => {
|
||||
});
|
||||
|
||||
it("scales model-capped sweeps for multi-probe retries", () => {
|
||||
expect(resolveGatewayLiveSuiteTimeoutMs(3)).toBeGreaterThan(GATEWAY_LIVE_DEFAULT_TIMEOUT_MS);
|
||||
expect(resolveGatewayLiveSuiteTimeoutMs(4)).toBeGreaterThan(GATEWAY_LIVE_DEFAULT_TIMEOUT_MS);
|
||||
});
|
||||
|
||||
it("caps very large model sweeps", () => {
|
||||
|
||||
Reference in New Issue
Block a user