summaryrefslogtreecommitdiff
path: root/netzbon/config_launch_libeufin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netzbon/config_launch_libeufin.sh')
-rwxr-xr-xnetzbon/config_launch_libeufin.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
index e12e531..2cb6e61 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -120,9 +120,9 @@ systemctl enable --now libeufin-sandbox
say "DONE"
say "Waiting for sandbox..."
-curl --max-time 2 \
+curl --max-time 25 \
--retry-connrefused \
- --retry-delay 1 \
+ --retry-delay 3 \
--retry 10 \
${SANDBOX_URL} &> /dev/null
say "DONE"
@@ -139,9 +139,9 @@ systemctl enable --now libeufin-nexus
say "DONE"
say "Waiting for Nexus..."
-curl --max-time 2 \
+curl --max-time 25 \
--retry-connrefused \
- --retry-delay 1 \
+ --retry-delay 3 \
--retry 10 \
${LIBEUFIN_NEXUS_URL} &> /dev/null
say "DONE"