This commit is contained in:
Yakov Olkhovskiy 2024-10-01 15:49:26 +00:00
parent 3117224c74
commit a7da67069a

View File

@ -153,7 +153,7 @@ def main():
match = re.search(r"(^|\s+)-max_total_time=(\d+)($|\s)", FUZZER_ARGS)
if match:
timeout += match.group(2)
timeout += int(match.group(2))
with Path() as current:
for fuzzer in current.iterdir():