mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
fix
This commit is contained in:
parent
3117224c74
commit
a7da67069a
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user