chore(test): Changed default TAP test suite timeout from 30s to 45s because Windows takes a long time

This commit is contained in:
Lam Wei Li 2022-01-19 01:57:25 +08:00
parent 8b97993c81
commit 43a2199137
No known key found for this signature in database
GPG Key ID: 90F6ABECF080D7BF

View File

@ -29,7 +29,7 @@
},
"scripts": {
"pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
"test": "TAP_TIMEOUT=45 tap \"test/tap/**/*.js\" --cov",
"test": "tap \"test/tap/**/*.js\" --cov --timeout=45",
"typings": "tsc -p types/tsconfig.json",
"codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov"
},