mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore(test): Changed default TAP test suite timeout from 30s to 45s because Windows takes a long time
This commit is contained in:
parent
05935cc9c6
commit
3caa706ee2
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user