chore: bump timout

This commit is contained in:
David Dias 2017-12-14 06:02:39 +00:00
parent 40be9a7131
commit 4f52024857

View File

@ -60,7 +60,7 @@ module.exports = (common) => {
})
it('1000 streams with 100 msg', function (done) {
this.timeout(10 * 1000)
this.timeout(80 * 1000)
spawn(muxer, 1000, 100, done)
})
})