From 4e4769863375f32b9dbfbd3fbd1af016274dbcbb Mon Sep 17 00:00:00 2001 From: Nathan Wilcox Date: Mon, 22 May 2017 17:47:36 -0700 Subject: [PATCH] Reuse zcash_rpc. --- qa/zcash/performance-measurements.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/zcash/performance-measurements.sh b/qa/zcash/performance-measurements.sh index e0133716..ba6cc54f 100755 --- a/qa/zcash/performance-measurements.sh +++ b/qa/zcash/performance-measurements.sh @@ -12,12 +12,12 @@ function zcash_rpc { function zcash_rpc_slow { # Timeout of 1 hour - ./src/zcash-cli -datadir="$DATADIR" -rpcwait -rpcuser=user -rpcpassword=password -rpcport=5983 -rpcclienttimeout=3600 "$@" + zcash_rpc -rpcclienttimeout=3600 "$@" } function zcash_rpc_veryslow { # Timeout of 2.5 hours - ./src/zcash-cli -datadir="$DATADIR" -rpcwait -rpcuser=user -rpcpassword=password -rpcport=5983 -rpcclienttimeout=9000 "$@" + zcash_rpc -rpcclienttimeout=9000 "$@" } function zcashd_generate {