Make test_log_time less flaky.

This commit is contained in:
Florian Bruhin 2015-04-16 08:58:48 +02:00
parent 508993ac68
commit cc738fa846

View File

@ -42,4 +42,4 @@ def test_log_time(caplog):
assert match
duration = float(match.group(1))
assert 0.08 <= duration <= 0.12
assert 0.08 <= duration <= 0.20