1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 02:13:08 +00:00

bump the initial ARM boot timeout a bit

This commit is contained in:
Adam Williamson 2016-11-09 07:21:03 -08:00
parent 65cadb11df
commit 571cf3c035

View File

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