Skip to content

Commit 0d782f0

Browse files
committed
chore: reduce number of executions in selffuzz test
... otherwise the ArgumentsMutatorFuzzTest can timeout on Windows runners. A longer execution of this fuzz test is done as part of a scheduled workflow.
1 parent c6296b8 commit 0d782f0

File tree

1 file changed

+1
-1
lines changed
  • selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation

1 file changed

+1
-1
lines changed

selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ java_fuzz_target_test(
1414
},
1515
fuzzer_args = [
1616
# Make sure that the fuzzer can run. Longer fuzzing runs will be done in a separate GH action.
17-
"-runs=10000",
17+
"-runs=1000",
1818
"$(rlocationpaths //selffuzz/src/test/resources:ArgumentsMutatorFuzzTest-corpus)",
1919
],
2020
target_class = "com.code_intelligence.selffuzz.mutation.ArgumentsMutatorFuzzTest",

0 commit comments

Comments
 (0)