diff --git a/tests/integration/test_insert_into_distributed_sync_async/test.py b/tests/integration/test_insert_into_distributed_sync_async/test.py index 51f4b48a181cd2272f21a58810bf81d3e4f1b8cb..ebe6cba404c949573b44624df44d06742ee3c93e 100755 --- a/tests/integration/test_insert_into_distributed_sync_async/test.py +++ b/tests/integration/test_insert_into_distributed_sync_async/test.py @@ -86,7 +86,7 @@ def test_insertion_sync_fails_with_timeout(started_cluster): with pytest.raises(QueryRuntimeException): node1.query(''' SET insert_distributed_sync = 1, insert_distributed_timeout = 1; - INSERT INTO distributed_table SELECT today() as date, number as val FROM system.numbers''', timeout=5) + INSERT INTO distributed_table SELECT today() as date, number as val FROM system.numbers''') def test_insertion_without_sync_ignores_timeout(started_cluster):