mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
increase pause
This commit is contained in:
@@ -45,7 +45,7 @@ async def test_lazy_reveal():
|
||||
assert not app.query_one("#baz").display
|
||||
|
||||
# All children should be visible after a pause
|
||||
await pilot.pause()
|
||||
await pilot.pause(3 / 60)
|
||||
await pilot.pause()
|
||||
|
||||
assert app.query_one("#foo").display
|
||||
|
||||
Reference in New Issue
Block a user