From 1c5e24a05a0ead49e910bfee48e72ab9c2383b7f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Mar 2020 23:55:15 +0530 Subject: test-revocation: add --no-throttle to wallet invocation --- src/auditor/test-revocation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index c39aa8053..04ae02385 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -124,7 +124,8 @@ echo " DONE" # run wallet CLI echo "Running wallet" -taler-wallet-cli --wallet-db=$WALLET_DB testing withdraw \ +taler-wallet-cli --wallet-db=$WALLET_DB --no-throttle \ + testing withdraw \ -e $EXCHANGE_URL \ -b $BANK_URL \ -a TESTKUDOS:8 -- cgit v1.2.3