From 7a536c790c14697ef4e51af39bc6e5e35e1ede23 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 25 Apr 2023 15:49:43 +0100 Subject: [PATCH] Demo snapshot test back up to a 250 wait Waiting 100 resulted in a fail, so let's bump back up again. --- 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 c44558a21..7cc85ef02 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:100"], + press=["down", "down", "down", "wait:250"], terminal_size=(100, 30), )