We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfb083 commit 445c28fCopy full SHA for 445c28f
package.json
@@ -45,6 +45,6 @@
45
},
46
"scripts": {
47
"lint": "standard */*.js test/**/*.js",
48
- "test": "npm run lint && mocha --reporter=test/reporter.js test/test-download.js test/test-*"
+ "test": "npm run lint && mocha --timeout 15000 --reporter=test/reporter.js test/test-download.js test/test-*"
49
}
50
0 commit comments