Expand auto-refresh margin in test

This commit is contained in:
Darren Burns
2022-08-26 12:41:02 +01:00
parent acd56c6f7f
commit 7bfdd11527

View File

@@ -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