mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #52497 from ClickHouse/Fix_test_insert_same_partition_and_merge_increase_timeout
Fix test_insert_same_partition_and_merge by increasing wait time
This commit is contained in:
commit
787757fd25
@ -215,7 +215,7 @@ def test_insert_same_partition_and_merge(cluster, merge_vertical):
|
||||
if attempt == 59:
|
||||
assert parts_count == "(1)"
|
||||
|
||||
time.sleep(1)
|
||||
time.sleep(10)
|
||||
|
||||
assert azure_query(node, f"SELECT sum(id) FROM {TABLE_NAME} FORMAT Values") == "(0)"
|
||||
assert (
|
||||
|
Loading…
Reference in New Issue
Block a user