From 9f2c0d86af03f06382941957c590bd68a40867d7 Mon Sep 17 00:00:00 2001 From: dni Date: Sun, 24 Jul 2022 10:12:20 +0200 Subject: [PATCH] tests on thinkpad x200 failed because of some race increasing sleep 5 sec fixes this, now all slow computers should be able to properly run the setup to --- docker-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-scripts.sh b/docker-scripts.sh index 37ab777..74e9c6b 100644 --- a/docker-scripts.sh +++ b/docker-scripts.sh @@ -99,7 +99,7 @@ lnbits-lightning-init(){ bitcoin-cli-sim -generate 10 > /dev/null echo "wait for 10s..." - sleep 10 # else blockheight tests fail for cln + sleep 15 # else blockheight tests fail for cln lnbits-lightning-sync