run test relay on TCP 40000 so tests can pass

even if a real relay is on TCP 4000
main
_ 2021-08-29 19:27:43 -05:00
parent 228a9b4262
commit 259f71b478
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ async fn end_to_end () {
//tracing_subscriber::fmt ().try_init ().ok ();
let relay_port = 4000;
let relay_port = 40000;
// No proxy
let proxy_port = relay_port;
let server_name = "aliens_wildland";