1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-20 22:17:23 +00:00

Bump up the ARM boot timeout

Let's see if it can get a bit further, at least...
This commit is contained in:
Adam Williamson 2017-03-02 15:16:02 -08:00
parent e9fda18016
commit 8d55935b41

View File

@ -5,7 +5,7 @@ use utils;
sub run { sub run {
my $self = shift; my $self = shift;
assert_screen "console_initial_setup", 200; assert_screen "console_initial_setup", 500;
# IMHO it's better to use sleeps than to have needle for every text screen # IMHO it's better to use sleeps than to have needle for every text screen
wait_still_screen 5; wait_still_screen 5;