Skip to content

Commit

Permalink
fix(appveyor): extend ava timeout for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Sep 2, 2020
1 parent 5a84c78 commit b48eec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
"ava": {
"failFast": true,
"timeout": "20s",
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/main/"
Expand Down

0 comments on commit b48eec5

Please sign in to comment.