From e187b5ea79b8289a39cb66dfad0c68c9ec92c9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 6 Apr 2020 14:20:47 +0200 Subject: [PATCH] Break too long line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/phases/image_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pungi/phases/image_build.py b/pungi/phases/image_build.py index a46052c3..9818b2d6 100644 --- a/pungi/phases/image_build.py +++ b/pungi/phases/image_build.py @@ -238,7 +238,8 @@ class CreateImageBuildThread(WorkerThread): # avoid race conditions? # Kerberos authentication failed: # Permission denied in replay cache code (-1765328215) - # [workaround] Increased time delay from 3 to 10 sec until the issue in koji gets fixed https://pagure.io/koji/issue/2138 + # [workaround] Increased time delay from 3 to 10 sec until the issue in + # koji gets fixed https://pagure.io/koji/issue/2138 time.sleep(num * 10) output = koji_wrapper.run_blocking_cmd(koji_cmd, log_file=log_file) self.pool.log_debug("build-image outputs: %s" % (output))