Skip to content

Commit 445c28f

Browse files
test: increase mocha timeout (#2887)
1 parent 1bfb083 commit 445c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
},
4646
"scripts": {
4747
"lint": "standard */*.js test/**/*.js",
48-
"test": "npm run lint && mocha --reporter=test/reporter.js test/test-download.js test/test-*"
48+
"test": "npm run lint && mocha --timeout 15000 --reporter=test/reporter.js test/test-download.js test/test-*"
4949
}
5050
}

0 commit comments

Comments
 (0)