Skip to content

Commit 09240f0

Browse files
committed
increase pause
1 parent b7f6504 commit 09240f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lazy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def test_lazy_reveal():
4545
assert not app.query_one("#baz").display
4646

4747
# All children should be visible after a pause
48-
await pilot.pause()
48+
await pilot.pause(3 / 60)
4949
await pilot.pause()
5050

5151
assert app.query_one("#foo").display

0 commit comments

Comments
 (0)