Skip to content

Commit

Permalink
Merge pull request f4pga#702 from litghost/lower_retry_count
Browse files Browse the repository at this point in the history
Lower retry count to avoid taking a long time to fail when the fuzzer is broken
  • Loading branch information
litghost committed Mar 6, 2019
2 parents f801a7a + d7116a8 commit 484eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/run_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def main(argv):
parser.add_argument(
"--retries",
type=int,
default=5,
default=2,
help="Retry a failed fuzzer n times.",
)
args = parser.parse_args()
Expand Down

0 comments on commit 484eae2

Please sign in to comment.