Merge pull request #46242 from ClickHouse/tavplubix-patch-5

Make `test_replicated_merge_tree_s3_restore` less flaky
This commit is contained in:
Alexander Tokmakov 2023-02-09 22:00:16 +03:00 committed by GitHub
commit 5d7579d91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ def test_restore_another_bucket_path(cluster, db_atomic, zero_copy):
node_another_bucket = cluster.instances["node_another_bucket"]
create_restore_file(node_another_bucket, bucket="root")
node_another_bucket.restart_clickhouse()
node_another_bucket.restart_clickhouse(stop_start_wait_sec=120)
create_table(
node_another_bucket, "test", schema, attach=True, db_atomic=db_atomic, uuid=uuid
)