1
0
forked from VimPlug/jedi

increase speed test limit a little bit, because it fails sometimes on travis

This commit is contained in:
David Halter
2013-03-15 16:31:35 +04:30
parent 7b6a4c9a2b
commit 8c51d1e53e

View File

@@ -514,7 +514,7 @@ class TestSpeed(TestBase):
return wrapper
return decorated
@_check_speed(0.1)
@_check_speed(0.2)
def test_os_path_join(self):
s = "from posixpath import join; join('', '')."
assert len(self.complete(s)) > 10 # is a str completion