fix(testing): relax gateway chat async waits · openclaw/openclaw@ec3f76b
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit ec3f76b
fix(testing): relax gateway chat async waits
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 |
|---|
@@ -24,7 +24,7 @@ import {
|
24 | 24 | } from "./test-helpers.js"; |
25 | 25 | |
26 | 26 | installGatewayTestHooks({ scope: "suite" }); |
27 | | -const FAST_WAIT_OPTS = { timeout: 250, interval: 2 } as const; |
| 27 | +const FAST_WAIT_OPTS = { timeout: 2_000, interval: 5 } as const; |
28 | 28 | type GatewayHarness = Awaited<ReturnType<typeof createGatewaySuiteHarness>>; |
29 | 29 | type GatewaySocket = Awaited<ReturnType<GatewayHarness["openWs"]>>; |
30 | 30 | let harness: GatewayHarness; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments