mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Expand auto-refresh margin in test
This commit is contained in:
@@ -25,4 +25,4 @@ def test_auto_refresh():
|
||||
elapsed = app.run(quit_after=1, headless=True)
|
||||
assert elapsed is not None
|
||||
# CI can run slower, so we need to give this a bit of margin
|
||||
assert elapsed >= 0.3 and elapsed < 0.6
|
||||
assert 0.3 <= elapsed < 0.8
|
||||
|
||||
Reference in New Issue
Block a user