mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-17 11:11:21 +00:00
chore: bump timeout on after
This commit is contained in:
@ -465,7 +465,9 @@ describe('transports', () => {
|
|||||||
], done)
|
], done)
|
||||||
})
|
})
|
||||||
|
|
||||||
after((done) => {
|
after(function (done) {
|
||||||
|
this.timeout(10 * 1000)
|
||||||
|
|
||||||
parallel([
|
parallel([
|
||||||
(cb) => nodeAll.stop(cb),
|
(cb) => nodeAll.stop(cb),
|
||||||
(cb) => nodeTCP.stop(cb),
|
(cb) => nodeTCP.stop(cb),
|
||||||
|
Reference in New Issue
Block a user