diff --git a/tests/_support_server.pm b/tests/_support_server.pm index 1eef5520..0c53911c 100644 --- a/tests/_support_server.pm +++ b/tests/_support_server.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", 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";