Skip to content

Commit 392cdde

Browse files
Merge branch 'many-fixes' of github.com:ClickHouse/ClickHouse into many-fixes
2 parents 37d7abc + 9d8b996 commit 392cdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/fast_test_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def main():
150150
os.makedirs(logs_path)
151151

152152
run_log_path = os.path.join(logs_path, "run.log")
153-
with TeePopen(run_cmd, run_log_path, timeout = 90 * 60) as process:
153+
with TeePopen(run_cmd, run_log_path, timeout=90 * 60) as process:
154154
retcode = process.wait()
155155
if retcode == 0:
156156
logging.info("Run successfully")

0 commit comments

Comments
 (0)