Skip to content

Commit

Permalink
chore: revert timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 1, 2023
1 parent 1fbd4e1 commit bdc198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/muxer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('muxer', () => {
it('test keep alive', async () => {
({ client, server } = testClientServer({ enableKeepAlive: true, keepAliveInterval: 10 }))

await sleep(1000)
await sleep(100)

// eslint-disable-next-line @typescript-eslint/dot-notation
expect(client['nextPingID']).to.be.gt(2)
Expand Down

0 comments on commit bdc198f

Please sign in to comment.