forked from lthn/blockchain
Increased timeout for (stress tests)
This commit is contained in:
parent
e2584ea520
commit
9d48b189a0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@ EOM
|
||||||
esac
|
esac
|
||||||
|
|
||||||
printf "tx_daily_volume.value "
|
printf "tx_daily_volume.value "
|
||||||
connectivity_tool --ip=127.0.0.1 --rpc-port=$ZANO_RPC_PORT --timeout=1000 --rpc-get-daemon-info --getinfo-flags-hex="0x0000000000000080" | grep transactions_volume_per_day | cut -d ' ' -f2
|
connectivity_tool --ip=127.0.0.1 --rpc-port=$ZANO_RPC_PORT --timeout=10000 --rpc-get-daemon-info --getinfo-flags-hex="0x0000000000000080" | grep transactions_volume_per_day | cut -d ' ' -f2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue