Skip to content

Commit

Permalink
Fix test_window_state_assignment testbed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
proneon267 committed Dec 4, 2024
1 parent 1c8b7d4 commit eaad6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/3016.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The testbed test `test_window_state_rapid_change` now correctly passes through the macOS-arm64 CI.
2 changes: 1 addition & 1 deletion cocoa/tests_backend/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def wait_for_window(
delay=(
1.75
if state_switch_not_from_normal
else 0.75 if full_screen else 0.5 if minimize else 0.1
else 1 if full_screen else 0.5 if minimize else 0.1
),
)

Expand Down

0 comments on commit eaad6a6

Please sign in to comment.