Skip to content

Commit

Permalink
fix: add missing test-threads to fully_synced_rpc_
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 3, 2023
1 parent b8b914b commit 0f0c175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ case "$1" in
list_directory "${ZEBRA_CACHED_STATE_DIR}"
# Run both the fully synced RPC test and the subtree snapshot test, one test at a time.
# Since these tests use the same cached state, a state problem in the first test can fail the second test.
run_cargo_test "${ENTRYPOINT_FEATURES}" "fully_synced_rpc_"
run_cargo_test "${ENTRYPOINT_FEATURES}" "--test-threads 1 fully_synced_rpc_"

elif [[ "${TEST_LWD_FULL_SYNC}" -eq "1" ]]; then
# Starting at a cached Zebra tip, run a lightwalletd sync to tip.
Expand Down

0 comments on commit 0f0c175

Please sign in to comment.