Skip to content

Commit

Permalink
Modify the other delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Dec 5, 2024
1 parent eaad6a6 commit d211249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocoa/tests_backend/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ async def wait_for_window(
await self.redraw(
message,
delay=(
1.75
2.5
if state_switch_not_from_normal
else 1 if full_screen else 0.5 if minimize else 0.1
else 0.75 if full_screen else 0.5 if minimize else 0.1
),
)

Expand Down

0 comments on commit d211249

Please sign in to comment.