Skip to content

Commit 1020a06

Browse files
committed
Increase test timeout to 15000 milliseconds
1 parent 365e118 commit 1020a06

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
@@ -25,7 +25,7 @@
2525
"dev": "rollup --config --watch",
2626
"lint": "eslint src/ test/",
2727
"fix-lint": "eslint src/ test/ --fix",
28-
"test": "mocha out/test/*.test.{js,cjs,mjs} --timeout 10000"
28+
"test": "mocha out/test/*.test.{js,cjs,mjs} --timeout 15000"
2929
},
3030
"repository": {
3131
"type": "git",

0 commit comments

Comments
 (0)