support_server: give the DVD copy a bit longer to complete

seems like it took more than 2 minutes in F25 testing today.
This commit is contained in:
Adam Williamson 2016-10-11 18:11:34 -07:00
parent 2a97d137ea
commit fc1dc167f9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ sub run {
# mount the ISO there
assert_script_run "mount /dev/cdrom /mnt/iso";
# copy the contents of the ISO to the repo share
assert_script_run "cp -R /mnt/iso/* /repo", 120;
assert_script_run "cp -R /mnt/iso/* /repo", 180;
# put the updates image in the NFS repo (for testing this update
# image delivery method)
assert_script_run "curl -o /repo/images/updates.img https://fedorapeople.org/groups/qa/updates/updates-openqa.img";