mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Increased integration test threshold
- this is only a temporary fix until we have time to go and investigate some performance issues in the tests - we keep seeing random failures due to timeouts in the integration tests, and it's incredibly distracting
This commit is contained in:
parent
36fef8976b
commit
ba863966ad
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"test:debug": "DEBUG=ghost:test* yarn test",
|
||||
"test:unit": "c8 yarn test:unit:base",
|
||||
"test:unit:base": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/unit' --timeout=2000",
|
||||
"test:integration": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/integration' --timeout=5000",
|
||||
"test:integration": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/integration' --timeout=10000",
|
||||
"test:e2e": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/e2e-api' './test/e2e-frontend' './test/e2e-server' './test/e2e-webhooks' --timeout=15000",
|
||||
"test:regression": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/regression' --timeout=60000",
|
||||
"test:browser": "playwright test --browser=all test/e2e-browser",
|
||||
|
|
Loading…
Add table
Reference in a new issue