From 14eea3e4caa37583911a95b5e27b6dd1598b7092 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 21 May 2016 13:35:55 +0200 Subject: lvc: seems 30 seconds is a bit too short for the bootsplash --- cucumber/features/step_definitions/common_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 62705d76..d5f9a74a 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -265,7 +265,7 @@ end Given /^I boot to the d-i splash screen$/ do - boot_timeout = 30 + boot_timeout = 60 @screen.wait("d-i8_bootsplash.png", boot_timeout) end -- cgit v1.2.3-54-g00ecf