Increase timeout

This commit is contained in:
Shin'ya Ueoka 2019-09-02 22:37:41 +09:00
parent fd7509276e
commit 4c64034489

View file

@ -8,7 +8,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx src", "lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"type-checks": "tsc --noEmit", "type-checks": "tsc --noEmit",
"test": "karma start", "test": "karma start",
"test:e2e": "mocha --timeout 8000 --retries 5 e2e" "test:e2e": "mocha --timeout 10000 --retries 5 e2e"
}, },
"repository": { "repository": {
"type": "git", "type": "git",