Add timeout to prevent stuck bench-tps when a cluster goes bad

This commit is contained in:
Michael Vines
2019-01-09 19:21:53 -07:00
parent c1cd92bbee
commit be0eefb0af

View File

@ -102,7 +102,7 @@ echo "+++ $entrypointIp: node count ($numNodes expected)"
maybeRejectExtraNodes="--reject-extra-nodes" maybeRejectExtraNodes="--reject-extra-nodes"
fi fi
$solana_bench_tps \ timeout 2m $solana_bench_tps \
--network "$entrypointIp:8001" \ --network "$entrypointIp:8001" \
--drone "$entrypointIp:9900" \ --drone "$entrypointIp:9900" \
--identity "$client_id" \ --identity "$client_id" \