mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
reset the test timeout
This commit is contained in:
parent
73c61206c7
commit
d8d96e1c86
1 changed files with 5 additions and 0 deletions
|
@ -114,8 +114,13 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
<<<<<<< HEAD
|
||||||
"test": "mocha --import=tsx --timeout 990000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
"test": "mocha --import=tsx --timeout 990000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||||
"test-container": "mocha --import=tsx --timeout 99000 tests/container/specs/api",
|
"test-container": "mocha --import=tsx --timeout 99000 tests/container/specs/api",
|
||||||
|
=======
|
||||||
|
"test": "mocha --import=tsx --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||||
|
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
||||||
|
>>>>>>> 4d665edf5 (reset the test timeout)
|
||||||
"dev": "node --import tsx node/server.ts",
|
"dev": "node --import tsx node/server.ts",
|
||||||
"prod": "node --import tsx node/server.ts",
|
"prod": "node --import tsx node/server.ts",
|
||||||
"ts-check": "tsc --noEmit",
|
"ts-check": "tsc --noEmit",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue