Skip to content
Snippets Groups Projects
Commit 82c7c43f authored by Georges Racinet's avatar Georges Racinet
Browse files

Restored assert removed by mistake

parent 39ebf94b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -580,6 +580,7 @@
if status in terminal_statuses:
err = proj_info.get('import_error')
break
assert status not in unexpected_statuses
time.sleep(1)
else:
err = "Timed out (decision by tests) after %d seconds" % timeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment