Skip to content

Commit d0f2dbe

Browse files
authored
Merge pull request #69 from netlify/chore/increase-timeout
Increase test timeout
2 parents 9da8be5 + d848f4b commit d0f2dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"!**/test/fixtures/**",
6161
"!**/test/sample/**"
6262
],
63-
"verbose": true
63+
"verbose": true,
64+
"testTimeout": 60000
6465
}
6566
}

0 commit comments

Comments
 (0)