Skip to content

Commit ec3f76b

Browse files
committed
fix(testing): relax gateway chat async waits
1 parent aaa73a5 commit ec3f76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gateway/server.chat.gateway-server-chat-b.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from "./test-helpers.js";
2525

2626
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;
2828
type GatewayHarness = Awaited<ReturnType<typeof createGatewaySuiteHarness>>;
2929
type GatewaySocket = Awaited<ReturnType<GatewayHarness["openWs"]>>;
3030
let harness: GatewayHarness;

0 commit comments

Comments
 (0)