Skip to content

Commit da253d5

Browse files
committed
reduces timeout
1 parent ff4a6da commit da253d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"pretest": "npm run check-modules",
1010
"test-redis": "ls ./test/*.test.js | xargs -n 1 -t -I {} sh -c 'TEST=\"{}\" npm run test-one'",
1111
"test": "npm run test-redis",
12-
"test-one": "mocha --reporter spec --slow 5000ms --timeout 10000ms --bail \"$TEST\" --exit",
13-
"test-one-solo": "mocha --reporter spec --slow 5000ms --timeout 10000ms --bail --exit"
12+
"test-one": "mocha --reporter spec --slow 2000ms --timeout 4000ms --bail \"$TEST\" --exit",
13+
"test-one-solo": "mocha --reporter spec --slow 2000ms --timeout 4000ms --bail --exit"
1414
},
1515
"standard": {
1616
"env": [

0 commit comments

Comments
 (0)