diff options
author | Philip Hands <phil@hands.com> | 2016-05-13 22:19:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-14 00:13:55 +0200 |
commit | 29936a8fbb8d5e86f84546b417a9c334a73aa6ec (patch) | |
tree | e4e1098f3c903ed54e8484fbba2b59b5842db1a4 /cucumber/features | |
parent | e7602850f25895c2c9a1dd910059a60706f5f3ab (diff) | |
download | jenkins.debian.net-29936a8fbb8d5e86f84546b417a9c334a73aa6ec.tar.xz |
lvc: stretch the timeout, so I can check what's going on for Gnome
Diffstat (limited to 'cucumber/features')
-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 |