Skip to content

Commit ab01d38

Browse files
committed
Avoid test timeouts
1 parent f56e530 commit ab01d38

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
@@ -22,7 +22,7 @@
2222
"esm/index.d.ts"
2323
],
2424
"scripts": {
25-
"ava": "TS_NODE_PROJECT=tsconfig.ava.json ava",
25+
"ava": "TS_NODE_PROJECT=tsconfig.ava.json ava --timeout 30s",
2626
"build": "rollup -c",
2727
"prepack": "rollup -c",
2828
"test": "run-p build ava xo",

0 commit comments

Comments
 (0)