Skip to content

Commit

Permalink
increased waiting to account for slow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 8, 2023
1 parent 90fd269 commit f6bfed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def page(client: Client):
screen.open('/')
screen.open('/')
screen.open('/')
screen.wait(0.1)
screen.wait(0.5)
assert len(events) == 5
assert events[0].startswith('connect ')
assert events[1].startswith('disconnect ')
Expand Down

0 comments on commit f6bfed3

Please sign in to comment.