mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Lower number of processes in KeeperMap test
This commit is contained in:
parent
50ed205aa0
commit
4ea9f96b1b
@ -123,7 +123,7 @@ def test_create_drop_keeper_map_concurrent(started_cluster):
|
||||
manager = multiprocessing.Manager()
|
||||
stop_event = manager.Event()
|
||||
results = []
|
||||
for i in range(multiprocessing.cpu_count()):
|
||||
for i in range(8):
|
||||
sleep(0.2)
|
||||
results.append(
|
||||
pool.apply_async(
|
||||
|
Loading…
Reference in New Issue
Block a user