Sometimes os_path_join is really too slow :(

This commit is contained in:
Dave Halter
2018-12-16 17:58:44 +01:00
parent 9d3043ee39
commit babf074448

View File

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