taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c36379f472a4f34d580fb571aabc38c94f6cf980
parent 4df2efe8814cd6a4d2ec336207d745c464c7ae41
Author: MS <ms@taler.net>
Date:   Mon, 31 Oct 2022 16:34:46 +0100

tolerate late exchange

Diffstat:
Mdocker/hybrid/images/merchant/startup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hybrid/images/merchant/startup.sh b/docker/hybrid/images/merchant/startup.sh @@ -44,7 +44,7 @@ socat TCP-LISTEN:5556,fork,reuseaddr TCP:localhost:80 & is_serving () { echo Checking $1 -for n in `seq 1 20` +for n in `seq 1 50` do echo "." sleep 0.5