Skip to content
Snippets Groups Projects
Commit 5a4fbf81 authored by Marica Antonacci's avatar Marica Antonacci
Browse files

Decrease polling frequency

parent 77127362
No related branches found
No related tags found
No related merge requests found
Pipeline #85032 passed
......@@ -276,7 +276,7 @@ def wait_for_task_completition(task, timeout=3600):
if time() - start_time > timeout:
print("TIMEOUT during waiting for task completition")
return False
sleep(10)
sleep(60)
def save_report(task,report_format_id, report_filename ):
with Gmp(connection, transform=transform) as gmp:
......
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