Commit c4c881e9 authored by Łukasz Nowak's avatar Łukasz Nowak

Inform about sleeping time

parent eafb53a1
......@@ -162,6 +162,7 @@ def main():
status_dict['stdout'] = '\n'.join([status_dict['stdout'], msg])
break
try_num += 1
print(try_info + ' Sleeping for %ss.' %(SLEEP_TIME,))
sleep(SLEEP_TIME)
if not result_found:
status_dict['stdout'] = try_info + ' Test timed out and no result found.'
......
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