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