mirror of https://github.com/openXC7/prjxray.git
Merge pull request #702 from litghost/lower_retry_count
Lower retry count to avoid taking a long time to fail when the fuzzer is broken
This commit is contained in:
commit
484eae2bb7
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue