mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
[tune] Hotfix for test_ls (#8215)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user