mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Tests: increase koji task timeout to 5 minutes
When running multiple test builds, the 1 minute timeout was often not enough. Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
This commit is contained in:
@@ -264,7 +264,7 @@ class Build:
|
||||
|
||||
return batches
|
||||
|
||||
def wait_for_koji_task_id(self, package, batch, timeout=60, sleep=10):
|
||||
def wait_for_koji_task_id(self, package, batch, timeout=300, sleep=10):
|
||||
"""Wait until the component is submitted to Koji (has a task_id)
|
||||
|
||||
:param string: name of component (package)
|
||||
|
||||
Reference in New Issue
Block a user