Bump the timeout on the initial 'dnf -y update' for update tests

This commit is contained in:
Adam Williamson 2017-03-03 15:55:31 -08:00
parent a581d20f8e
commit 8eea2a5d1f
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ sub _repo_setup_updates {
# write a repo config file
assert_script_run 'printf "[advisory]\nname=Advisory repo\nbaseurl=file:///opt/update_repo\nenabled=1\nmetadata_expire=3600\ngpgcheck=0" > /etc/yum.repos.d/advisory.repo';
# run an update now
script_run "dnf -y update", 300;
script_run "dnf -y update", 600;
}
sub repo_setup {