Commit 4c1259c0 authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_bootstrap: Add sleep into waitFor0PendingActivities

parent 4e5c407b
......@@ -42,6 +42,7 @@ def waitFor0PendingActivities():
print "There is no pending activities."
break
print "There is %%d pending activities" %%len(message_list)
time.sleep(5)
def testIfExist(page, unexcepted_content="Site Error"):
zope_connection = getConnection()
......
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