From 35c1097920a0082a10edc12db47bd0cf3ec1698d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Fri, 6 Dec 2019 12:31:58 +0100 Subject: [PATCH] Tests: increase koji task timeout to 5 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When running multiple test builds, the 1 minute timeout was often not enough. Signed-off-by: Hunor Csomortáni --- tests/integration/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/utils.py b/tests/integration/utils.py index d5a71a67..1ea3e183 100644 --- a/tests/integration/utils.py +++ b/tests/integration/utils.py @@ -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)