Increase timeout

jh-changes
Shin'ya Ueoka 5 years ago
parent fd7509276e
commit 4c64034489
  1. 2
      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 --retries 5 e2e"
"test:e2e": "mocha --timeout 10000 --retries 5 e2e"
},
"repository": {
"type": "git",