Update test.py

This commit is contained in:
Kseniia Sumarokova 2024-12-04 11:38:01 +01:00 committed by GitHub
parent 7bee0a4872
commit e94a42c576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2347,7 +2347,7 @@ def test_list_and_delete_race(started_cluster):
},
)
threads = 4
threads = 6
total_rows = row_num * files_to_generate * (threads + 1)
busy_pool = Pool(threads)