mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Fix clickhouse-test useless 5 second delay in case of multiple threads are used
Fixes: #66411 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
aaca3b6156
commit
786ba7a2b0
@ -2684,8 +2684,6 @@ def do_run_tests(jobs, test_suite: TestSuite):
|
||||
if not p.is_alive():
|
||||
processes.remove(p)
|
||||
|
||||
sleep(5)
|
||||
|
||||
run_tests_array(
|
||||
(
|
||||
test_suite.sequential_tests,
|
||||
|
Loading…
Reference in New Issue
Block a user