From ee31ab954d42b4cdbac2d7be5c4077f46890ff10 Mon Sep 17 00:00:00 2001 From: 434b Date: Tue, 21 Feb 2023 08:15:51 +0100 Subject: [PATCH] improve CI build times by limiting runs --- tests/string_compare/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/string_compare/package.json b/tests/string_compare/package.json index 3a4f81710..7053fe53c 100644 --- a/tests/string_compare/package.json +++ b/tests/string_compare/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "An example showing how Jazzer.js handles string comparisons in the code", "scripts": { - "fuzz": "jazzer fuzz --sync -x Error -- -runs=1000000 -seed=111994470", + "fuzz": "jazzer fuzz --sync -x Error -- -runs=5000000 -seed=111994470", "dryRun": "jazzer fuzz --sync -- -runs=100 -seed=123456789" }, "devDependencies": {