From 7a73121140199eb3b823880aeb9616b48c3e29aa Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 25 Mar 2020 11:49:50 +1100 Subject: [PATCH] [test] set default timeout to 5s --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d777e046e..e6bfcf6ca 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "test-lib-view": "NODE_ENV=test-lib yarn run start", "test-loki-view": "NODE_ENV=test-loki yarn run start", "test-electron": "yarn grunt test", - "test-integration-session": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit integration_test/integration_test.js", + "test-integration-session": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --timeout 5000 integration_test/integration_test.js", "test-node": "mocha --recursive --exit test/app test/modules ts/test libloki/test/node", "test-node-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/app test/modules ts/test libloki/test/node", "test-node-coverage-html": "nyc --reporter=lcov --reporter=html mocha --recursive test/a/* */pp test/modules ts/test libloki/test/node",