diff options
-rwxr-xr-x | src/auditor/test-revocation.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |