Skip to content

Commit

Permalink
Modify delay
Browse files Browse the repository at this point in the history
  • Loading branch information
proneon267 committed Dec 4, 2024
1 parent 97acfc7 commit d13c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoa/tests_backend/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def wait_for_window(
else (
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 d13c425

Please sign in to comment.