summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cucumber/features/step_definitions/common_steps.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index ca7604f8..7905891f 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -224,7 +224,8 @@ Given /^I select the install mode$/ do
@boot_options +
Sikuli::Key.ENTER)
debug_log("debug: wait for the remote shell to respond...", :color => :blue)
- $vm.wait_until_remote_shell_is_up
+ #$vm.wait_until_remote_shell_is_up
+ sleep(60)
end
Given /^I expect package installation to start$/ do