[tune] Hotfix for test_ls (#8215)

This commit is contained in:
Richard Liaw
2020-04-28 14:06:12 -07:00
committed by GitHub
parent 7c0200c93b
commit 4d639354cd
+1 -1
View File
@@ -57,7 +57,7 @@ def test_time(start_ray, tmpdir):
subprocess.check_call(["tune", "ls", experiment_path])
times += [time.time() - start]
assert sum(times) / len(times) < 2.0, "CLI is taking too long!"
assert sum(times) / len(times) < 3.0, "CLI is taking too long!"
def test_ls(start_ray, tmpdir):