mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update postgres_utility.py
This commit is contained in:
parent
655e7f29f7
commit
3df7a10ac7
@ -320,11 +320,11 @@ def check_tables_are_synchronized(
|
||||
)
|
||||
result = instance.query(result_query)
|
||||
|
||||
for _ in range(30):
|
||||
for _ in range(50):
|
||||
if result == expected:
|
||||
break
|
||||
else:
|
||||
time.sleep(0.5)
|
||||
time.sleep(1)
|
||||
result = instance.query(result_query)
|
||||
|
||||
assert result == expected
|
||||
|
Loading…
Reference in New Issue
Block a user