Lift duration for test_debug

This commit is contained in:
Alexander Cogneau 2015-08-25 22:41:54 +02:00
parent 18d42d1f0a
commit d3488172ec

View File

@ -96,7 +96,7 @@ def test_log_time(caplog):
assert match assert match
duration = float(match.group(1)) duration = float(match.group(1))
assert 0 < duration < 1 assert 0 < duration < 5
class TestQEnumKey: class TestQEnumKey: