CI: More retrying for dnf, apparently 5 times 20 seconds is not enough

Related: rhbz#2060109
This commit is contained in:
Miro Hrončok 2022-04-27 08:34:30 +00:00
parent d7bc2a357f
commit a02a1ae59f
1 changed files with 2 additions and 2 deletions

View File

@ -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