From 41582e67c756750755d28841eb16976bb7f96432 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 27 Nov 2016 08:49:10 +0100 Subject: 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 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) -- cgit v1.2.3-54-g00ecf