Skip to content

Commit 060a791

Browse files
committed
Trying SauceLabs with higher concurrency
1 parent 0754825 commit 060a791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"types": "jsdoc -c jsdoc.types.json && node scripts/types.js && tsc types/test.ts --lib es2015 --noEmit",
3131
"lint": "eslint src",
3232
"test": "tape tests/*.js | tap-spec",
33-
"zuul": "zuul --ui tape --no-coverage --concurrency 1 -- tests/*.js",
33+
"zuul": "zuul --ui tape --no-coverage --concurrency 4 -- tests/*.js",
3434
"zuul-local": "zuul --ui tape --no-coverage --concurrency 1 --local 8080 --disable-tunnel -- tests/*.js",
3535
"bench": "node bench",
3636
"bench-read": "node bench/read",

0 commit comments

Comments
 (0)