From a625eac8205b8a9f4204a0c5d03f38b4ac538fde Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 10 2016 00:11:53 +0000 Subject: support_server: give the ISO copy a bit longer to complete this is a big copy, could take longer than the default. --- diff --git a/tests/_support_server_postinstall.pm b/tests/_support_server_postinstall.pm index 413ae40..1eef552 100644 --- a/tests/_support_server_postinstall.pm +++ b/tests/_support_server_postinstall.pm @@ -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"; + assert_script_run "cp -R /mnt/iso/* /repo", 120; # 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";