mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
optimin: fix default timeout
So that it matches the help text
This commit is contained in:
@ -142,7 +142,7 @@ static cl::opt<std::string> MemLimit(
|
||||
cl::value_desc("megs"), cl::init("none"));
|
||||
static cl::opt<std::string> Timeout(
|
||||
"t", cl::desc("Run time limit for child process (default=5000)"),
|
||||
cl::value_desc("msec"), cl::init("4000"));
|
||||
cl::value_desc("msec"), cl::init("5000"));
|
||||
|
||||
static cl::opt<bool> CrashMode(
|
||||
"C", cl::desc("Keep crashing inputs, reject everything else"));
|
||||
|
Reference in New Issue
Block a user