Commit a8bfd1c6 authored by Sebastien Robin's avatar Sebastien Robin

sleep some little time so simulate a real execution in tic


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9c14a1a
......@@ -244,6 +244,9 @@ class ERP5TypeTestCase(PortalTestCase):
# This prevents an infinite loop.
count -= 1
self.failUnless(count > 0)
# This give some time between messages
if count % 100 == 0:
time.sleep(1)
def failIfDifferentSet(self, a,b):
......
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