Skip to content

Commit b48eec5

Browse files
committed
fix(appveyor): extend ava timeout for appveyor
1 parent 5a84c78 commit b48eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
],
120120
"ava": {
121121
"failFast": true,
122-
"timeout": "20s",
122+
"timeout": "60s",
123123
"typescript": {
124124
"rewritePaths": {
125125
"src/": "build/main/"

0 commit comments

Comments
 (0)