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

Commit

Permalink
fix: increase timeout for .name after all
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw authored and daviddias committed Jul 17, 2018
1 parent 73862da commit 3dc4313
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/name.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ describe('.name', () => {
], done)
})

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

parallel([
(cb) => {
if (!ipfsd) return cb()
Expand Down

0 comments on commit 3dc4313

Please sign in to comment.