mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 01:42:24 +00:00
chore: bump timout
This commit is contained in:
parent
40be9a7131
commit
4f52024857
@ -60,7 +60,7 @@ module.exports = (common) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('1000 streams with 100 msg', function (done) {
|
it('1000 streams with 100 msg', function (done) {
|
||||||
this.timeout(10 * 1000)
|
this.timeout(80 * 1000)
|
||||||
spawn(muxer, 1000, 100, done)
|
spawn(muxer, 1000, 100, done)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user