speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
59 stars 15 forks source link

Increase ping-pong timeout #28

Closed sm-gravid-day closed 4 years ago

sm-gravid-day commented 4 years ago

Increase the ping-pong timeout from the websockets default of 20 seconds to 60 seconds. This prevents issues when using a large custom dictionary.

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will increase coverage by 1.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   88.11%   89.17%   +1.06%     
==========================================
  Files           6        6              
  Lines         387      388       +1     
  Branches       68       68              
==========================================
+ Hits          341      346       +5     
+ Misses         27       25       -2     
+ Partials       19       17       -2     
Impacted Files Coverage Δ
speechmatics/client.py 89.39% <ø> (ø)
speechmatics/models.py 100.00% <100.00%> (ø)
speechmatics/cli.py 83.52% <0.00%> (+2.35%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ade498f...3aa233e. Read the comment docs.