From a02a1ae59f8678f9d6fefebdc754acf6a43cb48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 27 Apr 2022 08:34:30 +0000 Subject: [PATCH] CI: More retrying for dnf, apparently 5 times 20 seconds is not enough Related: rhbz#2060109 --- tests/mocktest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mocktest.sh b/tests/mocktest.sh index 3d7de4b..2e578cb 100755 --- a/tests/mocktest.sh +++ b/tests/mocktest.sh @@ -32,8 +32,8 @@ if [ ! -f $config ]; then cp $original $config echo -e '\n\n' >> $config - echo -e 'config_opts["package_manager_max_attempts"] = 5' >> $config - echo -e 'config_opts["package_manager_attempt_delay"] = 20' >> $config + echo -e 'config_opts["package_manager_max_attempts"] = 10' >> $config + echo -e 'config_opts["package_manager_attempt_delay"] = 60' >> $config echo -e '\n\nconfig_opts[f"{config_opts.package_manager}.conf"] += """' >> $config # The zuul CI has zuul-build.repo