Skip to content

Commit

Permalink
chore(test): Changed default TAP test suite timeout from 30s to 45s b…
Browse files Browse the repository at this point in the history
…ecause Windows takes a long time
  • Loading branch information
lamweili committed Jan 18, 2022
1 parent 05935cc commit 3caa706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
"test": "tap \"test/tap/**/*.js\" --cov",
"test": "TAP_TIMEOUT=45 tap \"test/tap/**/*.js\" --cov",
"typings": "tsc -p types/tsconfig.json",
"codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov"
},
Expand Down

0 comments on commit 3caa706

Please sign in to comment.