changeset 731:33e8cb8511ca

accelerate transfer tests
author Alain Mazy <am@orthanc.team>
date Mon, 21 Oct 2024 11:30:18 +0200
parents d2ac1c6588db
children b033ef6942eb
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	Fri Oct 18 18:03:05 2024 +0200
+++ b/NewTests/Concurrency/test_transfer.py	Mon Oct 21 11:30:18 2024 +0200
@@ -91,7 +91,7 @@
     def test_pull(self):
         oa, ob = self.clean_start()
 
-        populator = OrthancTestDbPopulator(ob, 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 = ob.studies.get_all_ids()