Skip to content

Commit 2a5fc16

Browse files
committed
double timeout to pass tests
1 parent 1fec6bc commit 2a5fc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_insteam_success(self):
8686

8787
class TestUnixSocketTimeout(TestUnixSocket):
8888
def __init__(self):
89-
self.kwargs = {"timeout": 10}
89+
self.kwargs = {"timeout": 20}
9090

9191

9292
@raises(clamd.ConnectionError)

0 commit comments

Comments
 (0)