Skip to content

Commit

Permalink
Up the timeout time for speech streaming test.
Browse files Browse the repository at this point in the history
speech api is apparently variable in its response time.
  • Loading branch information
J C committed Apr 12, 2016
1 parent b7de8b4 commit 6da3bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/api/speech_streaming_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_main(resource, monkeypatch, capsys):
monkeypatch.setattr(
speech_streaming, 'record_audio',
mock_audio_stream(resource('quit.raw')))
monkeypatch.setattr(speech_streaming, 'DEADLINE_SECS', 5)
monkeypatch.setattr(speech_streaming, 'DEADLINE_SECS', 10)

speech_streaming.main()
out, err = capsys.readouterr()
Expand Down

0 comments on commit 6da3bc9

Please sign in to comment.