Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore: increase timeout for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 15, 2022
1 parent e140bed commit 5098e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('libp2p-websockets', () => {
})

it('many writes', async function () {
this.timeout(30000)
this.timeout(60000)

const count = 20000
const data = Array(count).fill(0).map(() => uint8ArrayFromString(Math.random().toString()))
Expand Down

0 comments on commit 5098e19

Please sign in to comment.