diff options
author | Philip Hands <phil@hands.com> | 2016-05-21 13:35:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-21 13:39:15 +0200 |
commit | 14eea3e4caa37583911a95b5e27b6dd1598b7092 (patch) | |
tree | 026be63f8566292122823648397774c596b9d7d1 /cucumber/features/step_definitions | |
parent | 4e3db4af09aa38b5b4e59a150e91a356ea37306c (diff) | |
download | jenkins.debian.net-14eea3e4caa37583911a95b5e27b6dd1598b7092.tar.xz |
lvc: seems 30 seconds is a bit too short for the bootsplash
Diffstat (limited to 'cucumber/features/step_definitions')
-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 62705d76..d5f9a74a 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -265,7 +265,7 @@ end Given /^I boot to the d-i splash screen$/ do - boot_timeout = 30 + boot_timeout = 60 @screen.wait("d-i8_bootsplash.png", boot_timeout) end |