Update test.py

This commit is contained in:
Alexander Tokmakov 2023-07-31 16:55:51 +03:00 committed by GitHub
parent 584e23da0c
commit e02805d9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ def send_signal(started_node, signal):
def wait_for_clickhouse_stop(started_node):
result = None
for attempt in range(60):
for attempt in range(120):
time.sleep(1)
pid = started_node.get_process_pid("clickhouse")
if pid is None: