mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Update test.py
This commit is contained in:
parent
584e23da0c
commit
e02805d9f7
@ -30,7 +30,7 @@ def send_signal(started_node, signal):
|
|||||||
|
|
||||||
def wait_for_clickhouse_stop(started_node):
|
def wait_for_clickhouse_stop(started_node):
|
||||||
result = None
|
result = None
|
||||||
for attempt in range(60):
|
for attempt in range(120):
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
pid = started_node.get_process_pid("clickhouse")
|
pid = started_node.get_process_pid("clickhouse")
|
||||||
if pid is None:
|
if pid is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user