Skip to content

Commit 53e8517

Browse files
committed
fix: increase websocket test timeout to prevent flakiness
Increase timeout from 200ms to 500ms in the websocket unsubscribe test to prevent intermittent failures in CI.
1 parent 2bef1dd commit 53e8517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/websocket.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ describe('WebSocket Functionality', () => {
387387
sessionId: testSession.id,
388388
})
389389
await unsubscribePromise
390-
}, 200)
390+
}, 500)
391391

392392
it('should handle multiple subscription states correctly', async () => {
393393
// Test that demonstrates the subscription system tracks client state properly

0 commit comments

Comments
 (0)