]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Dec 2020 10:16:25 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 10:16:25 +0000 (11:16 +0100)
commit79782fe4f8cf73d7fdf8db02073bbadf7ff817b6
tree44b496034f4975816b49edd0434d99c88add1b0d
parentb32d8b4f9bcd2e7d11240b6b9de0262cf8f5e09d
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)

Use shorter timeout and replace send() with sendall().
Lib/test/test_epoll.py