mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
increase time to wait for proxy resolver
This commit is contained in:
parent
13f02db8e4
commit
5f2cd1740b
@ -27,7 +27,7 @@ def check_proxy_logs(cluster, proxy_instance, protocol, bucket, requested_http_m
|
||||
|
||||
|
||||
def wait_resolver(cluster):
|
||||
for i in range(10):
|
||||
for i in range(15):
|
||||
response = cluster.exec_in_container(
|
||||
cluster.get_container_id("resolver"),
|
||||
[
|
||||
@ -40,8 +40,8 @@ def wait_resolver(cluster):
|
||||
if response == "proxy1" or response == "proxy2":
|
||||
return
|
||||
time.sleep(i)
|
||||
else:
|
||||
assert False, "Resolver is not up"
|
||||
|
||||
assert False, "Resolver is not up"
|
||||
|
||||
|
||||
# Runs simple proxy resolver in python env container.
|
||||
|
Loading…
Reference in New Issue
Block a user