]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Nov 2020 08:24:07 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Nov 2020 08:24:07 +0000 (10:24 +0200)
commit6cc2c419f6cf5ed336609ba01055e77d7c553e6d
tree7e3976291401b9c04bf3c3abf1bea3e3018cb186
parentfc40b3020cf3c869833fd5d3720cf9768fe3bb46
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)

Instead of using wait_visibility() which waits event <VisibilityNotify> in dead loop
use update() which should proceed all queued events.
Lib/tkinter/test/test_ttk/test_extensions.py
Lib/tkinter/test/test_ttk/test_widgets.py