diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 03:11:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | 1dceb9435297bc31317e85f7433fb06d84c8b163 (patch) | |
tree | 20989a87b211ed9e2810bc7688c97a1efec15694 /features | |
parent | ef72ef266ebaf93aa7b16cd642105d9fd01cf829 (diff) | |
download | jenkins.debian.net-1dceb9435297bc31317e85f7433fb06d84c8b163.tar.xz |
lvc: only wait 5min for DebianLive7Greeter
Diffstat (limited to 'features')
-rw-r--r-- | features/step_definitions/common_steps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |