]> granicus.if.org Git - python/commit
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Sep 2019 05:39:08 +0000 (22:39 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2019 05:39:08 +0000 (22:39 -0700)
commit1c18aec3bb7d59061742854d3204439a5274e201
tree28850799df46c25f4c0a3caf7ade910b4cfa5b37
parentb365cfae4675ae90df329cb1179a5664e8283c13
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)

Extending the hover delay in test_tooltip should avoid spurious test_idle failures.
One longer delay instead of two shorter delays results in a net speedup.
(cherry picked from commit 132acaba5a7f01373ca624b1a5975b190fe866f5)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_tooltip.py
Lib/idlelib/tooltip.py
Misc/NEWS.d/next/IDLE/2019-09-01-10-22-55.bpo-35771.tdbmbP.rst [new file with mode: 0644]