diff options
Diffstat (limited to 'features/step_definitions')
-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 |