Commit d9578347 authored by Jérome Perrin's avatar Jérome Perrin Committed by Your Name

ui_test_core: do not sleep in Zuite_waitForActivities

Otherwise in the worst case we sleep for 1000 seconds.
parent 92185534
from time import sleep
def waitForActivities(self, count=1000):
"""
......@@ -15,7 +14,6 @@ def waitForActivities(self, count=1000):
if all(x.processing_node == -2 for x in x):
break
activity_tool.process_timer(None, None)
sleep(1)
raise RuntimeError('tic is looping forever.')
def UpdateImage(image):
......
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