From 29936a8fbb8d5e86f84546b417a9c334a73aa6ec Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 13 May 2016 22:19:06 +0200 Subject: lvc: stretch the timeout, so I can check what's going on for Gnome --- 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 5463a0a3..cd08afa0 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -521,7 +521,7 @@ Given /^I wait for the reboot$/ do end Given /^I should see a Login prompt$/ do - @screen.wait("DebianLoginPromptVT.png", 2 * 60) + @screen.wait("DebianLoginPromptVT.png", 20 * 60) end def bootsplash -- cgit v1.2.3-54-g00ecf