Skip to content

Commit c69473d

Browse files
authored
Merge pull request #5 from CodeIntelligenceTesting/cifuzz.yaml-parameter-change
changed the cifuzz.yaml max fuzzing duration to the new flag targetin…
2 parents 8c28acd + 6046210 commit c69473d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ libfuzzer-args:
5555
## Maximum time to run all fuzz tests. Default is 10 minutes. The time will be
5656
## split up evenly between multiple fuzz tests. To keep running indefinitely,
5757
## set value to 0.
58-
max-fuzzing-duration: 10s
58+
max-fuzzing-duration-per-fuzz-test: 10s
5959
## Set to true to print output of the `cifuzz run` command as JSON.
6060
#print-json: true
6161

0 commit comments

Comments
 (0)