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
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

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