Skip to content

Commit f227f8f

Browse files
committed
removed timeout from testing and changed gitignore to new folder structure
1 parent 89687f1 commit f227f8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build/
33
.idea/
44
cmake-build-debug/
55

6-
.cifuzz-*/
6+
.cifuzz*/
77
*fuzz*_inputs
88

99
lcov.info

cifuzz.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ engine-args:
3232
# - -rss_limit_mb=4096
3333

3434
## Maximum time to run all fuzz tests. The default is to run for 10 minutes.
35-
max-fuzzing-duration: 30m
35+
max-fuzzing-duration: 0
36+
max-idle-time: 0
3637
## Set to true to print output of the `cifuzz run` command as JSON.
3738
#print-json: true
3839

0 commit comments

Comments
 (0)