tests: allow for longer timeout

pull/4667/head
John McLear 2021-01-21 21:07:19 +00:00 committed by Richard Hansen
parent 44c2bc040c
commit 81b860bc35
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "nyc mocha --timeout 30000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test": "nyc mocha --timeout 120000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
},
"version": "1.8.7",