Skip to content

Commit 6699e51

Browse files
committed
pause for thought
1 parent 09240f0 commit 6699e51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_lazy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ 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(3 / 60)
4948
await pilot.pause()
49+
for n in range(3):
50+
await pilot.pause(1 / 60)
51+
await pilot.pause()
5052

5153
assert app.query_one("#foo").display
5254
assert app.query_one("#bar").display

0 commit comments

Comments
 (0)