[localnet] Reduce time on start for tests & add start msg

rosetta
Daniel Van Der Maden 4 years ago
parent 30cb8d6c96
commit c867ff7b74
  1. 3
      localnet/scripts/run.sh

@ -60,7 +60,8 @@ function api_tests() {
sleep 20
wait_for_localnet_boot 100 # Timeout at ~300 seconds
sleep 5
echo "Starting test suite..."
sleep 3
error=0
# Use 8 or less threads, high thread count can lead to burst RPC calls, which can lead to some RPC calls being rejected.
cd "$DIR/../" && python3 -u -m py.test -v -r s -s tests -x -n 8 || error=1

Loading…
Cancel
Save