python-hyper / brotlicffi

Python bindings to the Brotli compression library
MIT License
147 stars 27 forks source link

Disable hypothesis deadline for slow tests #155

Closed mgorny closed 3 years ago

mgorny commented 4 years ago

test_streaming_compression* tests tend to fail due to hitting default Hypothesis deadline, e.g.:

E           DeadlineExceeded: Test took 22501.81ms, which exceeds the deadline of 200.00ms

Disable the deadline for the two tests to get them to pass reliably.

sethmlarson commented 3 years ago

Closed in https://github.com/python-hyper/brotlipy/pull/161