mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 12:58:04 +08:00
[Dashboard] Change default port from 8080 to 8265 (#6503)
* [Dashboard] Change default port from 8080 to 8265 * Revise order of imports in pip install setup command
This commit is contained in:
@@ -19,7 +19,7 @@ def test_get_webui(shutdown_only):
|
||||
webui_url = addresses["webui_url"]
|
||||
assert ray.get_webui_url() == webui_url
|
||||
|
||||
assert re.match(r"^http://\d+\.\d+\.\d+\.\d+:8080$", webui_url)
|
||||
assert re.match(r"^http://\d+\.\d+\.\d+\.\d+:8265$", webui_url)
|
||||
|
||||
start_time = time.time()
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user