[Erp5-report] r8847 - /erp5/trunk/utils/erp5mechanize/runBenchmarks.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 28 11:13:16 CEST 2006


Author: vincent
Date: Fri Jul 28 11:13:15 2006
New Revision: 8847

URL: http://svn.erp5.org?rev=8847&view=rev
Log:
Wait a bit more between 2 tests, previous value was too low to let enough activity be processed not to disturb next test.

Modified:
    erp5/trunk/utils/erp5mechanize/runBenchmarks.py

Modified: erp5/trunk/utils/erp5mechanize/runBenchmarks.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/runBenchmarks.py?rev=8847&r1=8846&r2=8847&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Fri Jul 28 11:13:15 2006
@@ -97,7 +97,7 @@
       Waits a random (configurable) ammount of time).
     """
     for test in self.test_list:
-      sleep(randint(2,8) * self.lazyness)
+      sleep(randint(10,20) * self.lazyness)
       if MAIN_IS_ALIVE == 0:
         return
       try:




More information about the Erp5-report mailing list