Skip to content

Commit

Permalink
test: increase mocha timeout (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanStojanovic committed Jul 24, 2023
1 parent 1bfb083 commit 445c28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,6 +45,6 @@
},
"scripts": {
"lint": "standard */*.js test/**/*.js",
"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-*"
}
}

0 comments on commit 445c28f

Please sign in to comment.