]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Dec 2020 08:03:50 +0000 (00:03 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 08:03:50 +0000 (00:03 -0800)
commite962e3ad225a211b9f9689742db6e9771d07c505
tree60a55bea4721a22ea8cdad09542c666ac3822a19
parent2fba8445a4f31cb96d98bfcc5d5075e6c617187c
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)

Use shorter timeout and replace send() with sendall().
(cherry picked from commit 79782fe4f8cf73d7fdf8db02073bbadf7ff817b6)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_epoll.py