mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 19:28:20 +00:00
lower testnet base ports to avoid port clashes (#6934)
Hitting the same ports as `status-desktop` is using during end-to-end tests is more probably when our rage is higher. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7c9eca4143
commit
6826c723e7
8
Makefile
8
Makefile
@ -210,10 +210,10 @@ libbacktrace:
|
||||
# - --base-el-rpc-port + --el-port-offset * [0, --nodes + --light-clients)
|
||||
# - --base-el-ws-port + --el-port-offset * [0, --nodes + --light-clients)
|
||||
# - --base-el-auth-rpc-port + --el-port-offset * [0, --nodes + --light-clients)
|
||||
UNIT_TEST_BASE_PORT := 39960
|
||||
REST_TEST_BASE_PORT := 40990
|
||||
MINIMAL_TESTNET_BASE_PORT := 35001
|
||||
MAINNET_TESTNET_BASE_PORT := 36501
|
||||
UNIT_TEST_BASE_PORT := 29960
|
||||
REST_TEST_BASE_PORT := 30990
|
||||
MINIMAL_TESTNET_BASE_PORT := 25001
|
||||
MAINNET_TESTNET_BASE_PORT := 26501
|
||||
|
||||
restapi-test:
|
||||
./tests/simulation/restapi.sh \
|
||||
|
Loading…
x
Reference in New Issue
Block a user