diff options
Diffstat (limited to 'cucumber/features/step_definitions/common_steps.rb')
-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 |