Skip to content

Commit

Permalink
increased delays to prevent test-flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 30, 2023
1 parent 637ef19 commit 47cb607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ async def page(client: Client):
events.append('disconnected')

screen.open('/')
screen.wait(0.1)
screen.wait(0.5)
screen.open('/')
screen.wait(0.1)
screen.wait(0.5)
assert events == ['connected', 'disconnected', 'connected']


Expand Down

0 comments on commit 47cb607

Please sign in to comment.