[tune] Higher timeout for progress reporter test (#7679)

* wip

* medium size
This commit is contained in:
Eric Liang 2020-03-22 13:47:08 -07:00 committed by GitHub
parent ba86a02b37
commit 86f89fc3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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"],
)

View file

@ -212,7 +212,6 @@ class ProgressReporterTest(unittest.TestCase):
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"))