From 94f0ab0ec26c6fc29871a9fc973fae7d926c6c96 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 22 May 2016 07:55:32 +0200 Subject: lvc: got a timeout here -- should probably try_for ages until the progress bar goes --- 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 1b744de4..987ac5a8 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -536,7 +536,7 @@ Given /^in ([a-z]*) mode I install GRUB$/ do |ui_mode| end Given /^in ([a-z]*) mode I allow reboot after the install is complete$/ do |ui_mode| - @screen.wait(diui_png("InstallComplete",ui_mode), 2 * 60) + @screen.wait(diui_png("InstallComplete",ui_mode), 4 * 60) @screen.type(Sikuli::Key.ENTER) end -- cgit v1.2.3-70-g09d2