Mercurial > hg > orthanc-tests
changeset 733:b033ef6942eb
accelerate transfer tests (cont)
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 22 Oct 2024 09:32:35 +0200 |
parents | 33e8cb8511ca |
children | 70757a14b42e |
files | NewTests/Concurrency/test_transfer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/Concurrency/test_transfer.py Mon Oct 21 11:30:18 2024 +0200 +++ b/NewTests/Concurrency/test_transfer.py Tue Oct 22 09:32:35 2024 +0200 @@ -63,7 +63,7 @@ def test_push(self): oa, ob = self.clean_start() - populator = OrthancTestDbPopulator(oa, studies_count=5, random_seed=65) + populator = OrthancTestDbPopulator(ob, studies_count=2, series_count=2, instances_count=200, random_seed=65) populator.execute() all_studies_ids = oa.studies.get_all_ids()