Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: give more time for teardown after resolve (#345)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Aug 6, 2018
1 parent ff12e7e commit 1db498f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/miscellaneous/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = (createCommon, options) => {
})
})

after((done) => {
after(function (done) {
this.timeout(10 * 1000)
common.teardown(done)
})

Expand Down

0 comments on commit 1db498f

Please sign in to comment.