Increase timeout

jh-changes
Shin'ya Ueoka 5 years ago
parent 4f4b67d501
commit 908973a0a2
  1. 2
      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",