mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 23:12:23 +00:00
test: increase timeouts (#48)
This commit is contained in:
parent
8d93b6e586
commit
6180213681
@ -59,7 +59,8 @@ module.exports = (common) => {
|
||||
spawn(muxer, 1000, 10, done)
|
||||
})
|
||||
|
||||
it('1000 streams with 100 msg', (done) => {
|
||||
it('1000 streams with 100 msg', function (done) {
|
||||
this.timeout(10 * 1000)
|
||||
spawn(muxer, 1000, 100, done)
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user