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:
Hunor Csomortáni
2019-12-06 12:31:58 +01:00
parent b2485a6150
commit 35c1097920

View File

@@ -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)