# HG changeset patch # User Alain Mazy # Date 1729582355 -7200 # Node ID b033ef6942eb1c338e600bcdbd5842b996b69766 # Parent 33e8cb8511ca0556eaffc196274b5beda220ec41 accelerate transfer tests (cont) diff -r 33e8cb8511ca -r b033ef6942eb NewTests/Concurrency/test_transfer.py --- 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()