From 1dceb9435297bc31317e85f7433fb06d84c8b163 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 19 Dec 2014 03:11:50 +0100 Subject: lvc: only wait 5min for DebianLive7Greeter --- features/step_definitions/common_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 3f463779..09733a09 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -230,7 +230,7 @@ Given /^the computer (re)?boots DebianLive7$/ do |reboot| @screen.type(" autotest_never_use_this_option #{@boot_options}" + Sikuli::Key.ENTER) - @screen.wait('DebianLive7Greeter.png', 30*60) + @screen.wait('DebianLive7Greeter.png', 5*60) @vm.wait_until_remote_shell_is_up activate_filesystem_shares end -- cgit v1.2.3-54-g00ecf