Lower the wait for the demo snapshot test

250 worked; so let's try it lower.
This commit is contained in:
Dave Pearson
2023-04-25 15:41:02 +01:00
parent 88926a4bb8
commit db45287646

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:250"],
press=["down", "down", "down", "wait:100"],
terminal_size=(100, 30),
)