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
This commit is contained in:
parent
292cf471ef
commit
9f2c0d86af
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ lnbits-lightning-init(){
|
||||||
bitcoin-cli-sim -generate 10 > /dev/null
|
bitcoin-cli-sim -generate 10 > /dev/null
|
||||||
|
|
||||||
echo "wait for 10s..."
|
echo "wait for 10s..."
|
||||||
sleep 10 # else blockheight tests fail for cln
|
sleep 15 # else blockheight tests fail for cln
|
||||||
|
|
||||||
lnbits-lightning-sync
|
lnbits-lightning-sync
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue