summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cucumber/features/step_definitions/common_steps.rb2
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)