aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-08-20 21:34:14 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-08-20 21:34:14 +0900
commit07bcc15e7b487fb5815b151e8c7e84a31f875dce (patch)
treec5f354cdfa143d275e8a08bf4ff4fb5f94e618db /package.json
parent7eca11e5560d771323d9e327761c181a1b8bb9e5 (diff)
Add retries on e2e
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0170d8a..a99d8df 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"type-checks": "tsc --noEmit",
"test": "karma start",
- "test:e2e": "mocha --timeout 8000 e2e"
+ "test:e2e": "mocha --timeout 8000 --retries 5 e2e"
},
"repository": {
"type": "git",