1
0
mirror of synced 2025-11-08 04:48:04 +00:00

fix(appveyor): extend ava timeout for appveyor

This commit is contained in:
Jason Dreyzehner
2020-09-01 21:12:20 -04:00
parent 5a84c78f31
commit b48eec599c

View File

@@ -119,7 +119,7 @@
],
"ava": {
"failFast": true,
"timeout": "20s",
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/main/"