From 571cf3c035f3edf3daf7f7b9b2b557ff29584a24 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 9 Nov 2016 07:21:03 -0800 Subject: [PATCH] bump the initial ARM boot timeout a bit --- tests/install_arm_image_deployment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install_arm_image_deployment.pm b/tests/install_arm_image_deployment.pm index 111c1439..65da4407 100644 --- a/tests/install_arm_image_deployment.pm +++ b/tests/install_arm_image_deployment.pm @@ -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;