[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
2 changed files with 1 additions and 2 deletions
+1 -1
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"],
)
@@ -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"))