From db4528764698be1e0a0fdcbffd1347da80f9c8d1 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 25 Apr 2023 15:41:02 +0100 Subject: [PATCH] Lower the wait for the demo snapshot test 250 worked; so let's try it lower. --- tests/snapshot_tests/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 7cc85ef02..c44558a21 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -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), )