Raise a speed limit a bit to avoid false positives

This commit is contained in:
Dave Halter
2019-05-19 18:22:47 +02:00
parent b5016d6f43
commit d2d1bb4def

View File

@@ -30,7 +30,7 @@ def _check_speed(time_per_run, number=4, run_warm=True):
return decorated
@_check_speed(0.4)
@_check_speed(0.5)
def test_os_path_join(Script):
s = "from posixpath import join; join('', '')."
assert len(Script(s).completions()) > 10 # is a str completion