diff PerfsDb/Test.py @ 164:ff939d07989f

saving results
author am@osimis.io
date Mon, 20 Aug 2018 15:50:47 +0200
parents 27b3b0df5f90
children f42c10dab862
line wrap: on
line diff
--- a/PerfsDb/Test.py	Mon Aug 20 14:54:32 2018 +0200
+++ b/PerfsDb/Test.py	Mon Aug 20 15:50:47 2018 +0200
@@ -9,7 +9,7 @@
     def __init__(self, name: str):
         self.name = name
         self._orthanc = None
-        self.repeatCount = 10
+        self.repeatCount = 20
         
     def setOrthancClient(self, orthanc: OrthancClient):
         self._orthanc = orthanc