diff options
author | Philip Hands <phil@hands.com> | 2016-05-22 07:55:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-22 11:32:02 +0200 |
commit | 94f0ab0ec26c6fc29871a9fc973fae7d926c6c96 (patch) | |
tree | 9bb37089ed29e45296707a6698c5f19321618105 /cucumber | |
parent | f7575bc318035651fd47500efd5265a3bea1c84d (diff) | |
download | jenkins.debian.net-94f0ab0ec26c6fc29871a9fc973fae7d926c6c96.tar.xz |
lvc: got a timeout here -- should probably try_for ages until the progress bar goes
Diffstat (limited to 'cucumber')
-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 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 |