commit | 03ae7e4518dae6547576c616173106d2eb283ae2 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Nov 30 00:43:59 2020 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 30 00:43:59 2020 -0800 |
tree | 016e5d7f27bf8a8bd01cede0e25dd3bf5225a1fb | |
parent | 586bdd1add2ca7236e3096ab7167862cf17f0939 [diff] |
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. (cherry picked from commit 6cc2c419f6cf5ed336609ba01055e77d7c553e6d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>