Skip to content

Commit 3f6f38d

Browse files
fix: try other ports
1 parent 896e9ce commit 3f6f38d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/integration/chain-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "$SCRIPT_DIR/lib.sh"
88
MIN_CHUNKS="${MIN_CHUNKS:-20}"
99
TIMEOUT=600
1010
DB_DIR="${DB_DIR:-$SCRIPT_DIR/test-data/source-db}"
11-
NODE_PORT="${NODE_PORT:-3003}"
11+
NODE_PORT="${NODE_PORT:-8783}"
1212
CONFIG="$SCRIPT_DIR/config/config.json"
1313
TOPOLOGY="$SCRIPT_DIR/config/topology.json"
1414
IMMUTABLE_DIR="$DB_DIR/immutable"

test/integration/run-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ fi
3030

3131
# ── Configuration ────────────────────────────────────────────────────────────
3232

33-
CDN_PORT="${CDN_PORT:-3000}"
34-
ACCEL_PORT="${ACCEL_PORT:-3002}"
35-
CONSUMER_PORT="${CONSUMER_PORT:-3001}"
33+
CDN_PORT="${CDN_PORT:-8780}"
34+
ACCEL_PORT="${ACCEL_PORT:-8781}"
35+
CONSUMER_PORT="${CONSUMER_PORT:-8782}"
3636
MIN_CHUNKS="${MIN_CHUNKS:-20}"
3737
MAX_CACHED_CHUNKS=25
3838
RTS_FREQUENCY="${RTS_FREQUENCY:-2000}" # Accelerator RTS event log frequency in ms.

0 commit comments

Comments
 (0)