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