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

Commit 3dc4313

Browse files
alanshawdaviddias
authored andcommittedJul 17, 2018
fix: increase timeout for .name after all
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 73862da commit 3dc4313

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎test/name.spec.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ describe('.name', () => {
6464
], done)
6565
})
6666

67-
after((done) => {
67+
after(function (done) {
68+
this.timeout(10 * 1000)
69+
6870
parallel([
6971
(cb) => {
7072
if (!ipfsd) return cb()

0 commit comments

Comments
 (0)
This repository has been archived.