From d9ffd12c173f7b1cd15b18313304f5221f410d08 Mon Sep 17 00:00:00 2001 From: Cuong Nguyen <128072568+can-anyscale@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:42:22 -0700 Subject: [PATCH] [serve] deflake test_serve_dashboard (#46535) linux://python/ray/dashboard:test_serve_dashboard has become timedout and flaky recently (https://github.com/ray-project/ray/issues/46459); not sure if it has anything to do with https://github.com/ray-project/ray/pull/45943. I just increase its timed out in this PR Test: - CI - https://buildkite.com/ray-project/postmerge/builds/5358 Signed-off-by: can --- python/ray/dashboard/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/dashboard/BUILD b/python/ray/dashboard/BUILD index 14d56b2c4e016..51ce455e85598 100644 --- a/python/ray/dashboard/BUILD +++ b/python/ray/dashboard/BUILD @@ -99,7 +99,7 @@ py_test( py_test( name = "test_serve_dashboard", - size = "large", + size = "enormous", srcs = ["modules/serve/tests/test_serve_dashboard.py"], tags = ["team:serve"], deps = [":conftest"],