Skip to content

Commit 4999f34

Browse files
committed
test: set timeout
1 parent 1fecbdc commit 4999f34

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
@@ -8,7 +8,7 @@
88
"main": "lib",
99
"scripts": {
1010
"lint": "standard",
11-
"test": "nyc ava",
11+
"test": "nyc ava --timeout=1m",
1212
"version": "standard-changelog -i CHANGELOG.md -w",
1313
"docs": "jsdoc2md lib/*.js > INDEX.md",
1414
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",

0 commit comments

Comments
 (0)