Skip to content

Commit

Permalink
Adjust default port numbers for tests. (#6849)
Browse files Browse the repository at this point in the history
* Adjust default port numbers.

* Update copyright year.
  • Loading branch information
cheatfate authored Jan 15, 2025
1 parent ef5cba9 commit 437bc79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2024 Status Research & Development GmbH. Licensed under
# Copyright (c) 2019-2025 Status Research & Development GmbH. Licensed under
# either of:
# - Apache License, version 2.0
# - MIT license
Expand Down Expand Up @@ -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 := 9960
REST_TEST_BASE_PORT := 9990
MINIMAL_TESTNET_BASE_PORT := 5001
MAINNET_TESTNET_BASE_PORT := 6501
UNIT_TEST_BASE_PORT := 39960
REST_TEST_BASE_PORT := 40990
MINIMAL_TESTNET_BASE_PORT := 35001
MAINNET_TESTNET_BASE_PORT := 36501

restapi-test:
./tests/simulation/restapi.sh \
Expand Down

0 comments on commit 437bc79

Please sign in to comment.