File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
"test:cover:purejs" : " npm exec nyc --no-clean npm run test:purejs" ,
24
24
"test:cover:te" : " npm exec nyc --no-clean npm run test:te" ,
25
25
"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" ,
27
27
"cover:clean" : " rimraf .nyc_output coverage/" ,
28
28
"cover:report" : " npx nyc report --reporter=text-summary --reporter=html --reporter=json" ,
29
29
"test:browser" : " karma start --single-run" ,
You can’t perform that action at this time.
0 commit comments