We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fec6bc commit 2a5fc16Copy full SHA for 2a5fc16
1 file changed
tests/test_api.py
@@ -86,7 +86,7 @@ def test_insteam_success(self):
86
87
class TestUnixSocketTimeout(TestUnixSocket):
88
def __init__(self):
89
- self.kwargs = {"timeout": 10}
+ self.kwargs = {"timeout": 20}
90
91
92
@raises(clamd.ConnectionError)
0 commit comments