bump the initial ARM boot timeout a bit
This commit is contained in:
parent
65cadb11df
commit
571cf3c035
@ -5,7 +5,7 @@ use main_common;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
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
|
# IMHO it's better to use sleeps than to have needle for every text screen
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user