Merge branch 'ClickHouse:master' into master

This commit is contained in:
Roman Antonov 2024-10-28 23:32:40 +03:00 committed by GitHub
commit f5359065cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2352,7 +2352,7 @@ class ClickHouseCluster:
time.sleep(0.5)
raise Exception("Cannot wait PostgreSQL Java Client container")
def wait_rabbitmq_to_start(self, timeout=60):
def wait_rabbitmq_to_start(self, timeout=120):
self.print_all_docker_pieces()
self.rabbitmq_ip = self.get_instance_ip(self.rabbitmq_host)