Skip to content

Commit

Permalink
Selffuzz: Reduce fuzzing timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
zgtm committed Sep 5, 2023
1 parent bd1e705 commit c2c9e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selffuzz/cifuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ engine-args:
- --experimental_mutator

## Maximum time to run fuzz tests. The default is to run indefinitely.
#timeout: 30m
timeout: 5m

## By default, fuzz tests are executed in a sandbox to prevent accidental
## damage to the system. Set to false to run fuzz tests unsandboxed.
Expand Down

0 comments on commit c2c9e1f

Please sign in to comment.