From fc1dc167f96fff90e95c805ebeee5e3e8855ede6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 11 Oct 2016 18:11:34 -0700 Subject: [PATCH] support_server: give the DVD copy a bit longer to complete seems like it took more than 2 minutes in F25 testing today. --- tests/_support_server.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";