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

Commits on Nov 30, 2020

  1. bpo-42142: Try to fix timeouts in ttk tests (pythonGH-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 6cc2c41)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    serhiy-storchaka authored and miss-islington committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    95a1f50 View commit details
    Browse the repository at this point in the history