support_server: give the ISO copy a bit longer to complete
this is a big copy, could take longer than the default.
This commit is contained in:
parent
e57c7c9805
commit
a625eac820
@ -46,7 +46,7 @@ sub run {
|
|||||||
# mount the ISO there
|
# mount the ISO there
|
||||||
assert_script_run "mount /dev/cdrom /mnt/iso";
|
assert_script_run "mount /dev/cdrom /mnt/iso";
|
||||||
# copy the contents of the ISO to the repo share
|
# copy the contents of the ISO to the repo share
|
||||||
assert_script_run "cp -R /mnt/iso/* /repo";
|
assert_script_run "cp -R /mnt/iso/* /repo", 120;
|
||||||
# put the updates image in the NFS repo (for testing this update
|
# put the updates image in the NFS repo (for testing this update
|
||||||
# image delivery method)
|
# image delivery method)
|
||||||
assert_script_run "curl -o /repo/images/updates.img https://fedorapeople.org/groups/qa/updates/updates-openqa.img";
|
assert_script_run "curl -o /repo/images/updates.img https://fedorapeople.org/groups/qa/updates/updates-openqa.img";
|
||||||
|
Loading…
Reference in New Issue
Block a user