increase pause

This commit is contained in:
Will McGugan
2024-11-11 16:19:32 +00:00
parent b7f6504e98
commit 09240f078d

View File

@@ -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