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