relax constraint again

This commit is contained in:
Will McGugan
2022-08-18 11:10:43 +01:00
parent ea5af6b668
commit e2c2f1abab

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.5
assert elapsed >= 0.3 and elapsed < 0.6