diff options
author | Philip Hands <phil@hands.com> | 2016-04-28 21:01:14 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 23:05:14 +0200 |
commit | 4e5cec686537710c475eff1a14a1e6b5292facbc (patch) | |
tree | 8ae7a7a959691d816166152dad97738bd7952ad6 /features | |
parent | 5dd50ae8d9434fc93bf7558385f23c1523552bd3 (diff) | |
download | jenkins.debian.net-4e5cec686537710c475eff1a14a1e6b5292facbc.tar.xz |
stop using OCR for now (until I can make the logs quiet)
Diffstat (limited to 'features')
-rw-r--r-- | features/step_definitions/common_steps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 8d7165e6..bd03cebb 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -399,7 +399,7 @@ Given /^I make sure that we boot from disk$/ do end Given /^I wait for a Login Prompt$/ do - @screen.wait("amnesia", 60) + @screen.wait("DebianLoginPromptVT.png", 2 * 60) end def bootsplash |