We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89687f1 commit f227f8fCopy full SHA for f227f8f
.gitignore
@@ -3,7 +3,7 @@ build/
3
.idea/
4
cmake-build-debug/
5
6
-.cifuzz-*/
+.cifuzz*/
7
*fuzz*_inputs
8
9
lcov.info
cifuzz.yaml
@@ -32,7 +32,8 @@ engine-args:
32
# - -rss_limit_mb=4096
33
34
## Maximum time to run all fuzz tests. The default is to run for 10 minutes.
35
-max-fuzzing-duration: 30m
+max-fuzzing-duration: 0
36
+max-idle-time: 0
37
## Set to true to print output of the `cifuzz run` command as JSON.
38
#print-json: true
39
0 commit comments