Skip to content

Commit

Permalink
chore; bigger timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 2, 2024
1 parent c377b58 commit 86713a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function createClient(url: string, options: VitestClientOptions = {}) {
autoReconnect = true,
reconnectInterval = 2000,
reconnectTries = 10,
connectTimeout = 5_000,
connectTimeout = 60000,
reactive = v => v,
WebSocketConstructor = globalThis.WebSocket,
} = options
Expand Down

0 comments on commit 86713a0

Please sign in to comment.