This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients epaine, serhiy.storchaka, steve.dower, terry.reedy
Date 2020-11-04.22:11:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604527918.75.0.419490404125.issue42142@roundup.psfhosted.org>
In-reply-to
Content
I was wrong trying to blame Azure. I have now seen this happen on an Ubuntu Github Action for PR-22947 (https://github.com/python/cpython/pull/22947/checks?check_run_id=1354118848).

test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... Timeout (0:20:00)!
Thread 0x00007f549f9d6080 (most recent call first):
  File "/home/runner/work/cpython/cpython/Lib/tkinter/__init__.py", line 696 in wait_visibility
  File "/home/runner/work/cpython/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 452 in test_virtual_event

I am tempted just to remove all calls to `wait_visibility` in our tests.
History
Date User Action Args
2020-11-04 22:11:58epainesetrecipients: + epaine, terry.reedy, serhiy.storchaka, steve.dower
2020-11-04 22:11:58epainesetmessageid: <1604527918.75.0.419490404125.issue42142@roundup.psfhosted.org>
2020-11-04 22:11:58epainelinkissue42142 messages
2020-11-04 22:11:58epainecreate