Skip to content

Commit

Permalink
[serve] deflake test_serve_dashboard (#46535)
Browse files Browse the repository at this point in the history
linux://python/ray/dashboard:test_serve_dashboard has become timedout
and flaky recently (#46459);
not sure if it has anything to do with
#45943. I just increase its timed
out in this PR

Test:
- CI
- https://buildkite.com/ray-project/postmerge/builds/5358

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored Jul 10, 2024
1 parent 5f1bcbd commit d9ffd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/dashboard/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit d9ffd12

Please sign in to comment.