We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac277d1 commit ff4a6daCopy full SHA for ff4a6da
package.json
@@ -9,8 +9,8 @@
9
"pretest": "npm run check-modules",
10
"test-redis": "ls ./test/*.test.js | xargs -n 1 -t -I {} sh -c 'TEST=\"{}\" npm run test-one'",
11
"test": "npm run test-redis",
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"
+ "test-one": "mocha --reporter spec --slow 5000ms --timeout 10000ms --bail \"$TEST\" --exit",
+ "test-one-solo": "mocha --reporter spec --slow 5000ms --timeout 10000ms --bail --exit"
14
},
15
"standard": {
16
"env": [
0 commit comments