Skip to content

Commit aa8bc4c

Browse files
committed
tweaks for jsfuzz options
1 parent 0559682 commit aa8bc4c

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
@@ -23,7 +23,7 @@
2323
"test:cover:purejs": "npm exec nyc --no-clean npm run test:purejs",
2424
"test:cover:te": "npm exec nyc --no-clean npm run test:te",
2525
"test:deno": "deno test test/deno_test.ts",
26-
"test:fuzz": "npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 5 --rss-limit-mb 256 --no-versifier test/decode.jsfuzz.js corpus",
26+
"test:fuzz": "npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus",
2727
"cover:clean": "rimraf .nyc_output coverage/",
2828
"cover:report": "npx nyc report --reporter=text-summary --reporter=html --reporter=json",
2929
"test:browser": "karma start --single-run",

0 commit comments

Comments
 (0)