[Qa-jenkins-scm] [jenkins.debian.net] 01/05: lvc: make pre-grub more patient for Debian-Edu

Holger Levsen holger at layer-acht.org
Sun Nov 27 16:40:26 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 41582e67c756750755d28841eb16976bb7f96432
Author: Philip Hands <phil at hands.com>
Date:   Sun Nov 27 08:49:10 2016 +0100

    lvc: make pre-grub more patient for Debian-Edu
---
 cucumber/features/step_definitions/common_steps.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 5db4491..27bdd29 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -557,7 +557,7 @@ Given /^I wait while the bulk of the packages are installed$/ do
   @screen.wait(diui_png("InstallSoftware"), 10)
   debug_log("debug: we see InstallSoftware", :color => :blue)
   failed = false
-  try_for(120*60, :msg => "it seems that the install stalled (timing-out after 2 hours)") do
+  try_for(180*60, :msg => "it seems that the install stalled (timing-out after 2 hours)") do
     found = false
     sleep(30)
     debug_log("debug: check for Install GRUB/Software", :color => :blue)

-- 
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