We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7efbe5 commit b04f774Copy full SHA for b04f774
setup.cfg
@@ -251,6 +251,7 @@ upload_dir = build/sphinx/html
251
testpaths = test
252
addopts = -p no:warnings --dist loadgroup --numprocesses auto
253
asyncio_mode = auto
254
+timeout = 40
255
256
257
[coverage:run]
test/transport/test_basic.py
@@ -71,6 +71,7 @@ def test_connection_made(self):
71
base.cb_connection_made.assert_called_once()
72
base.cb_connection_lost.assert_not_called()
73
base.cb_handle_data.assert_not_called()
74
+ base.close()
75
76
def test_connection_lost(self):
77
"""Test properties."""
0 commit comments