From 594715e0a7110ac44dc56bacf523e9f569f562ee Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Feb 22 2021 08:04:51 +0000 Subject: ELN: Wait for 60 * 20 seconds (20 minutes) for packages to sign. Sometimes the compose is when builds are tagging in the Koji tag but are not signed yet. The automation which signs them need some time to do so. In this commit, we wait up to 20 minutes for the signing to happen. Signed-off-by: Jan Kaluza --- diff --git a/shared/general.conf b/shared/general.conf index 03218f1..fa57a74 100644 --- a/shared/general.conf +++ b/shared/general.conf @@ -7,6 +7,9 @@ link_type = "abspath-symlink" product_id_allow_missing = True productimg = False +# Wait for 60 * 20 seconds (20 minutes) for packages to sign. +signed_packages_wait = 60 +signed_packages_retries = 20 comps_file = { 'scm': 'git',