diff options
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 |