Skip to content

Commit

Permalink
re-enable --sync-light-client in CI testnets (#4469)
Browse files Browse the repository at this point in the history
libp2p issues related to operation cancellations have been addressed in
vacp2p/nim-libp2p#816
This means we can once more enable `--sync-light-client` in CI, without
having to deal with spurious CI failures due to the cancellation issues.
  • Loading branch information
etan-status authored Jan 6, 2023
1 parent d1b799e commit d80082c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/launch_local_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ for NUM_NODE in $(seq 0 $(( NUM_NODES - 1 ))); do
--keymanager-token-file="${DATA_DIR}/keymanager-token" \
--rest-port="$(( BASE_REST_PORT + NUM_NODE ))" \
--metrics-port="$(( BASE_METRICS_PORT + NUM_NODE ))" \
--sync-light-client=on \
${EXTRA_ARGS} \
&> "${DATA_DIR}/log${NUM_NODE}.txt" &

Expand Down

0 comments on commit d80082c

Please sign in to comment.