mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Increase timeout of fast test
This commit is contained in:
parent
71678f64b1
commit
511b2cdc21
@ -150,7 +150,7 @@ def main():
|
||||
os.makedirs(logs_path)
|
||||
|
||||
run_log_path = os.path.join(logs_path, "run.log")
|
||||
with TeePopen(run_cmd, run_log_path, timeout=40 * 60) as process:
|
||||
with TeePopen(run_cmd, run_log_path, timeout = 90 * 60) as process:
|
||||
retcode = process.wait()
|
||||
if retcode == 0:
|
||||
logging.info("Run successfully")
|
||||
|
Loading…
Reference in New Issue
Block a user