summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-12-07 12:44:46 +0100
committerMS <ms@taler.net>2023-12-07 12:45:57 +0100
commitdbe8879fb2778cf832068528e876bba1d3e0be14 (patch)
treeb19fd5de7f56fd1d0d8cf30d85f13c9ea01dc5c3
parent19e3779e72c07833a8d452deef6d0a0ab285a790 (diff)
downloaddeployment-regio-merchant.tar.gz
deployment-regio-merchant.tar.bz2
deployment-regio-merchant.zip
wait more for the bankregio-merchant
-rwxr-xr-xnetzbon/config_libeufin_bank.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index 8984f3d..2888e93 100755
--- a/netzbon/config_libeufin_bank.sh
+++ b/netzbon/config_libeufin_bank.sh
@@ -108,7 +108,7 @@ systemctl enable --now libeufin-bank
say "Waiting for the bank (/config)..."
curl --max-time 2 \
--retry-all-errors \
- --retry-delay 1 \
+ --retry-delay 4 \
--retry 10 \
${PROTO}://bank.${DOMAIN_NAME}/config
say "DONE"