aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2021-03-28 12:18:10 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2021-03-28 12:18:10 +0900
commit5a7a3dbb6638fdb8d349c3c4360e6ea916ca7f7d (patch)
treee6b40d24a0770a5e39281d2f3c7145e9560b97f9
parenta2a4531527c7786af18611e1d423c1504bb9245e (diff)
Increase timeout on e2e
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0832441..30b1f84 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"lint:fix": "eslint --ext .ts,.tsx . --fix",
"type-checks": "tsc --noEmit",
"test": "karma start",
- "test:e2e": "mocha --timeout 10000 --retries 10 --require ts-node/register --extension ts e2e"
+ "test:e2e": "mocha --timeout 20000 --retries 10 --require ts-node/register --extension ts e2e"
},
"repository": {
"type": "git",