diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-03-24 23:55:15 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-03-24 23:55:15 +0530 |
commit | 1c5e24a05a0ead49e910bfee48e72ab9c2383b7f (patch) | |
tree | f5628964b21f400584baca865eaa7201bbbb4a0e /src/auditor | |
parent | fb70d338fd18e17e8a7343b191b01ed44a9f54ff (diff) |
test-revocation: add --no-throttle to wallet invocation
Diffstat (limited to 'src/auditor')
-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 |