We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f028a commit 5d13d5bCopy full SHA for 5d13d5b
tests/test_threads.py
@@ -39,7 +39,6 @@ def test_thread_safety():
39
40
q = Queue()
41
p = Producer({'socket.timeout.ms': 10,
42
- 'socket.blocking.max.ms': 10,
43
'message.timeout.ms': 10})
44
45
threads = list()
0 commit comments