Skip to content

Commit

Permalink
[tune] Higher timeout for progress reporter test (ray-project#7679)
Browse files Browse the repository at this point in the history
* wip

* medium size
  • Loading branch information
ericl authored Mar 22, 2020
1 parent ba86a02 commit 86f89fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/ray/tune/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ py_test(

py_test(
name = "test_progress_reporter",
size = "small",
size = "medium",
srcs = ["tests/test_progress_reporter.py"],
deps = [":tune_lib"],
)
Expand Down
1 change: 0 additions & 1 deletion python/ray/tune/tests/test_progress_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def testProgressStr(self):
print(prog2)
assert prog2 == EXPECTED_RESULT_2

@pytest.mark.skip("Very flaky in CI.")
def testEndToEndReporting(self):
with tempfile.NamedTemporaryFile(suffix=".py") as f:
f.write(END_TO_END_COMMAND.encode("utf-8"))
Expand Down

0 comments on commit 86f89fc

Please sign in to comment.