Demo snapshot test back up to a 250 wait

Waiting 100 resulted in a fail, so let's bump back up again.
This commit is contained in:
Dave Pearson
2023-04-25 15:49:43 +01:00
parent db45287646
commit 7a536c790c

View File

@@ -295,7 +295,7 @@ def test_demo(snap_compare):
"""Test the demo app (python -m textual)"""
assert snap_compare(
Path("../../src/textual/demo.py"),
press=["down", "down", "down", "wait:100"],
press=["down", "down", "down", "wait:250"],
terminal_size=(100, 30),
)