mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-07 09:43:09 +00:00
Prolong wait time.
This commit is contained in:
parent
8f3453c62e
commit
ad380d744a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user