diff --git a/tests/windows_install.pm b/tests/windows_install.pm index 62c92b98..65e34eaf 100644 --- a/tests/windows_install.pm +++ b/tests/windows_install.pm @@ -2,7 +2,6 @@ use base "anacondatest"; use strict; use testapi; use utils; -use Time::HiRes qw( usleep ); sub run { my $self = shift; @@ -24,7 +23,7 @@ sub run { assert_and_click "win_setup_custom_install", 30; # The drive 0 will always be empty, so just click Next to continue - assert_and_click "win_setup_next", 20; + assert_and_click "win_setup_next", 60; # Confirm the region, the default US region will be ok. assert_and_click "win_setup_yes", 1200;