aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-04-14 21:09:15 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-04-14 21:09:15 +0900
commit908973a0a246474342246c2bad09a6db809e9084 (patch)
treef9b4f6da33a445856f8dc22487588ba6b69323cd
parent4f4b67d501fb5bc3320620197b3ddf8fdf7a1f1d (diff)
Increase timeout
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 59593cc..bbceb2f 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"package": "npm run build && script/package.sh",
"lint": "eslint --ext .jsx,.js src",
"test": "karma start",
- "test:e2e": "mocha --timeout 5000 e2e"
+ "test:e2e": "mocha --timeout 8000 e2e"
},
"repository": {
"type": "git",