chore: bump timeout on after

This commit is contained in:
David Dias
2018-01-16 06:13:42 -08:00
parent 13b36dcaa6
commit 3fc57ff397

View File

@ -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),