Change threshold in auto-refresh test

This commit is contained in:
Darren Burns
2022-08-26 16:23:44 +01:00
parent 39665fb110
commit 3b33e220b7

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 0.3 <= elapsed < 0.8
assert 0.2 <= elapsed < 0.8