Skip to content

Commit 6ef2cb3

Browse files
committed
Bump default timeout for tests from 2s -> 3s
1 parent b8733bc commit 6ef2cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"test": "./node_modules/mocha/bin/mocha"
11+
"test": "./node_modules/mocha/bin/mocha --timeout 3s"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)