Give update download yet more time (we have some big updates)

This commit is contained in:
Adam Williamson 2017-03-24 14:06:34 -07:00
parent d140e08463
commit 7977b41804

View File

@ -333,7 +333,7 @@ sub _repo_setup_updates {
my $version = lc(get_var("VERSION")); my $version = lc(get_var("VERSION"));
if ($version eq 'rawhide' || $version > 25) { if ($version eq 'rawhide' || $version > 25) {
# bodhi client 2.x # bodhi client 2.x
assert_script_run "bodhi updates download --updateid " . get_var("ADVISORY"), 300; assert_script_run "bodhi updates download --updateid " . get_var("ADVISORY"), 600;
} }
else { else {
# bodhi client 0.9 # bodhi client 0.9
@ -341,7 +341,7 @@ sub _repo_setup_updates {
# https://github.com/fedora-infra/python-fedora/pull/192 # https://github.com/fedora-infra/python-fedora/pull/192
# until packages with that fix are pushed stable # until packages with that fix are pushed stable
assert_script_run "git clone https://github.com/fedora-infra/python-fedora.git"; assert_script_run "git clone https://github.com/fedora-infra/python-fedora.git";
assert_script_run "PYTHONPATH=python-fedora/ bodhi -D " . get_var("ADVISORY"), 300; assert_script_run "PYTHONPATH=python-fedora/ bodhi -D " . get_var("ADVISORY"), 600;
} }
# log the exact packages in the update at test time, with their # log the exact packages in the update at test time, with their
# source packages and epochs. log is uploaded by _advisory_update # source packages and epochs. log is uploaded by _advisory_update