diff options
author | Philip Hands <phil@hands.com> | 2016-11-27 08:49:10 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-11-27 17:16:19 +0100 |
commit | 41582e67c756750755d28841eb16976bb7f96432 (patch) | |
tree | 0db45090c1b36e599240d41e1a1ca50cfcbd0644 | |
parent | 30df688617dd7a7b0e6f8b1e1d7d596c5743604f (diff) | |
download | jenkins.debian.net-41582e67c756750755d28841eb16976bb7f96432.tar.xz |
lvc: make pre-grub more patient for Debian-Edu
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 5db44910..27bdd292 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) |