[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: wait longer for the remote shell

Holger Levsen holger at layer-acht.org
Sat May 21 12:07:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7afbb46ebd8ff6c4205e306981adc1eb5cd32dad
Author: Philip Hands <phil at hands.com>
Date:   Sat May 21 14:01:42 2016 +0200

    lvc: wait longer for the remote shell
---
 cucumber/features/support/helpers/exec_helper.rb | 2 +-
 cucumber/features/support/helpers/vm_helper.rb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cucumber/features/support/helpers/exec_helper.rb b/cucumber/features/support/helpers/exec_helper.rb
index 14e1226..8be1e5c 100644
--- a/cucumber/features/support/helpers/exec_helper.rb
+++ b/cucumber/features/support/helpers/exec_helper.rb
@@ -11,7 +11,7 @@ class VMCommand
     @returncode, @stdout, @stderr = VMCommand.execute(vm, cmd, options)
   end
 
-  def VMCommand.wait_until_remote_shell_is_up(vm, timeout = 90)
+  def VMCommand.wait_until_remote_shell_is_up(vm, timeout = 180)
     try_for(timeout, :msg => "Remote shell seems to be down") do
     sleep(20)
       Timeout::timeout(10) do
diff --git a/cucumber/features/support/helpers/vm_helper.rb b/cucumber/features/support/helpers/vm_helper.rb
index 6d7204d..ad1493f 100644
--- a/cucumber/features/support/helpers/vm_helper.rb
+++ b/cucumber/features/support/helpers/vm_helper.rb
@@ -448,7 +448,7 @@ EOF
     return execute(cmd, options)
   end
 
-  def wait_until_remote_shell_is_up(timeout = 90)
+  def wait_until_remote_shell_is_up(timeout = 180)
     VMCommand.wait_until_remote_shell_is_up(self, timeout)
   end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list