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
1 changed files with 1 additions and 1 deletions

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;