Add retries on e2e

This commit is contained in:
Shin'ya Ueoka 2019-08-20 21:34:14 +09:00
parent 7eca11e556
commit 07bcc15e7b

View file

@ -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",