summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-21 13:35:55 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-21 13:39:15 +0200
commit14eea3e4caa37583911a95b5e27b6dd1598b7092 (patch)
tree026be63f8566292122823648397774c596b9d7d1 /cucumber
parent4e3db4af09aa38b5b4e59a150e91a356ea37306c (diff)
downloadjenkins.debian.net-14eea3e4caa37583911a95b5e27b6dd1598b7092.tar.xz
lvc: seems 30 seconds is a bit too short for the bootsplash
Diffstat (limited to 'cucumber')
-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 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