Increase timeout
This commit is contained in:
parent
fd7509276e
commit
4c64034489
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue