Commit 02f8d76a authored by Sebastien Robin's avatar Sebastien Robin

modified the count value


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc249444
...@@ -245,7 +245,7 @@ class ERP5TypeTestCase(PortalTestCase): ...@@ -245,7 +245,7 @@ class ERP5TypeTestCase(PortalTestCase):
count -= 1 count -= 1
self.failUnless(count > 0) self.failUnless(count > 0)
# This give some time between messages # This give some time between messages
if count % 100 == 0: if count % 10 == 0:
time.sleep(1) time.sleep(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment