Skip to content

Commit

Permalink
test/rubygems/test_gem_stream_ui.rb (test_ask_for_password): extend t…
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed May 29, 2019
1 parent 8187ffa commit e04d10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_stream_ui.rb
Expand Up @@ -56,7 +56,7 @@ def test_ask_no_tty
end

def test_ask_for_password
Timeout.timeout(1) do
Timeout.timeout(5) do
expected_answer = "Arthur, King of the Britons"
@in.string = "#{expected_answer}\n"
actual_answer = @sui.ask_for_password("What is your name?")
Expand Down

0 comments on commit e04d10b

Please sign in to comment.