]> granicus.if.org Git - python/commit
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
authorTal Einat <taleinat+github@gmail.com>
Tue, 3 Sep 2019 05:17:00 +0000 (08:17 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 3 Sep 2019 05:17:00 +0000 (01:17 -0400)
commit132acaba5a7f01373ca624b1a5975b190fe866f5
tree2a21aebaf35b02978b489318dd3405944b9ee8a7
parentefa3b51fd060352cc6220b27a1026e4d4d5401bd
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.
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]