diff --git a/python/ray/tune/tests/test_commands.py b/python/ray/tune/tests/test_commands.py index 4a8d8e984..179ec5e74 100644 --- a/python/ray/tune/tests/test_commands.py +++ b/python/ray/tune/tests/test_commands.py @@ -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):