Stéphane Wirtel <steph...@wirtel.be> added the comment:

./python -m test -W -u network -j0 -r -F test_asyncio

ERROR: test_start_tls_server_1 
(test.test_asyncio.test_sslproto.SelectorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/stephane/src/github.com/python/cpython/Lib/test/test_asyncio/test_sslproto.py",
 line 510, in test_start_tls_server_1
    self.loop.run_until_complete(run_main())
  File 
"/home/stephane/src/github.com/python/cpython/Lib/asyncio/base_events.py", line 
589, in run_until_complete
    return future.result()
  File 
"/home/stephane/src/github.com/python/cpython/Lib/test/test_asyncio/test_sslproto.py",
 line 503, in run_main
    await asyncio.wait_for(
  File "/home/stephane/src/github.com/python/cpython/Lib/asyncio/tasks.py", 
line 461, in wait_for
    raise exceptions.TimeoutError()
asyncio.exceptions.TimeoutError

----------------------------------------------------------------------

Ran 2044 tests in 113.604s

openssl 1.1.1b

revision: d8b3a98c9098c66a714fd5593e1928af0ffbc631

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to