1
0
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:
Lukáš Růžička 2019-11-05 13:00:29 +01:00
parent 8f3453c62e
commit ad380d744a

View File

@ -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;