Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-42142: Try to fix timeouts in ttk tests (GH-23474) #23566

Merged
merged 1 commit into from Nov 30, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 30, 2020

Instead of using wait_visibility() which waits event in dead loop
use update() which should proceed all queued events.
(cherry picked from commit 6cc2c41)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue42142

Instead of using wait_visibility() which waits event <VisibilityNotify> in dead loop
use update() which should proceed all queued events.
(cherry picked from commit 6cc2c41)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit a5b0c17 into python:3.8 Nov 30, 2020
@miss-islington miss-islington deleted the backport-6cc2c41-3.8 branch November 30, 2020 08:43
@miss-islington
Copy link
Contributor Author

@serhiy-storchaka: Status check is done, and it's a failure ❌ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants