mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 05:57:29 +02:00
Lower retry count to avoid taking a long time to fail when the fuzzer is broken.
Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user