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

View File

@ -5,7 +5,7 @@ use utils;
sub run {
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
wait_still_screen 5;