summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_order_creation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-22 17:25:02 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-22 17:25:02 +0200
commite89196cb4a857cae370b48d55a51cd7b6b6e752f (patch)
tree59d98102e7efb294e4bdb5b4894973942cebd708 /src/testing/test_merchant_order_creation.sh
parentdb019222aa07ce57b3044de741c4bc6806c54c7c (diff)
downloadmerchant-e89196cb4a857cae370b48d55a51cd7b6b6e752f.tar.gz
merchant-e89196cb4a857cae370b48d55a51cd7b6b6e752f.tar.bz2
merchant-e89196cb4a857cae370b48d55a51cd7b6b6e752f.zip
-work on wirewatch test
Diffstat (limited to 'src/testing/test_merchant_order_creation.sh')
-rwxr-xr-xsrc/testing/test_merchant_order_creation.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_merchant_order_creation.sh b/src/testing/test_merchant_order_creation.sh
index 479caeaa..9bbbea14 100755
--- a/src/testing/test_merchant_order_creation.sh
+++ b/src/testing/test_merchant_order_creation.sh
@@ -33,11 +33,14 @@ taler-wallet-cli --no-throttle --wallet-db="$WALLET_DB" api --expect-success 'wi
--arg EXCHANGE_URL "$EXCHANGE_URL"
)" 2>wallet-withdraw-1.err >wallet-withdraw-1.out
# FIXME-MS: add logic to have nexus check immediately here.
+echo -n "."
sleep 10
+echo -n "."
# NOTE: once libeufin can do long-polling, we should
# be able to reduce the delay here and run wirewatch
# always in the background via setup
taler-exchange-wirewatch -L "INFO" -c "$CONF" -t &> taler-exchange-wirewatch.out
+echo -n "."
taler-wallet-cli --wallet-db="$WALLET_DB" run-until-done 2>wallet-withdraw-finish-1.err >wallet-withdraw-finish-1.out
echo " OK"