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 <jkaluza@redhat.com>
This commit is contained in:
parent
74fd43877a
commit
594715e0a7
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user