More stressful test

This commit is contained in:
alesapin 2022-07-15 00:32:20 +02:00
parent 1bc943264c
commit c7da3d61bf

View File

@ -37,7 +37,7 @@ def test_concurrent_backups(start_cluster):
backup_name = f"Disk('hdd', '/backups/{i}')"
node.query(f"BACKUP TABLE s3_test TO {backup_name} ASYNC")
p = Pool(20)
p = Pool(40)
p.map(create_backup, range(40))