File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8181{% if platform.name != "win" %} # Issues with win and mac are tracked in MTT-11606
8282 variables :
8383 ECHO_SERVER_PORT : " 7788"
84- COMB_SERVER_PORT : " 7789 "
84+ CMB_SERVICE_PORT : " 7799 "
8585 # Set this to ensure the DA codec tests will fail if they cannot connect to the echo-server
8686 # The default is to ignore the codec tests if the echo-server fails to connect
8787 ENSURE_CODEC_TESTS : " true"
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ cargo run --example ngo_echo_server -- --port $ECHO_SERVER_PORT &
1616cargo build --release --locked
1717
1818# Run the standalone server on an infinite loop in the background
19- while : ; do ./target/release/comb-server -l error --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 60m; done &
19+ while : ; do ./target/release/comb-server -l error --metrics-port 5000 standalone --port $CMB_SERVICE_PORT -t 60m; done &
You can’t perform that action at this time.
0 commit comments