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