Skip to content

Commit

Permalink
ci: Remove test timeout because AppVeyor is kind of slow to rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Rossetti committed Nov 9, 2018
1 parent 1f29d0d commit 7784630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Node.js wrapper for 7-Zip with platform binaries",
"main": "lib/index.js",
"scripts": {
"test": "npx mocha -r esm --reporter=spec \"test/**/*.spec.js\"",
"test": "npx mocha -r esm --reporter=spec \"test/**/*.spec.js\" --timeout=0",
"test-debug": "DEBUG=node-7z npm run test",
"test-coverage": "npx nyc --reporter=lcov npm run test"
},
Expand Down

0 comments on commit 7784630

Please sign in to comment.