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

Commit 1db498f

Browse files
authored
fix: give more time for teardown after resolve (#345)
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent ff12e7e commit 1db498f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/src/miscellaneous/resolve.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ module.exports = (createCommon, options) => {
2929
})
3030
})
3131

32-
after((done) => {
32+
after(function (done) {
33+
this.timeout(10 * 1000)
3334
common.teardown(done)
3435
})
3536

0 commit comments

Comments
 (0)