summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 03:11:50 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:01 +0100
commit1dceb9435297bc31317e85f7433fb06d84c8b163 (patch)
tree20989a87b211ed9e2810bc7688c97a1efec15694 /features
parentef72ef266ebaf93aa7b16cd642105d9fd01cf829 (diff)
downloadjenkins.debian.net-1dceb9435297bc31317e85f7433fb06d84c8b163.tar.xz
lvc: only wait 5min for DebianLive7Greeter
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/common_steps.rb2
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