[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:
Mitchell Stern
2019-12-16 14:25:23 -08:00
committed by Simon Mo
parent b1e83d83d1
commit b7d23405fe
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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: