diff options
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 5463a0a3..cd08afa0 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -521,7 +521,7 @@ Given /^I wait for the reboot$/ do end Given /^I should see a Login prompt$/ do - @screen.wait("DebianLoginPromptVT.png", 2 * 60) + @screen.wait("DebianLoginPromptVT.png", 20 * 60) end def bootsplash |