another sleep increase for cln :(
This commit is contained in:
parent
c209d09ab8
commit
591276daf1
1 changed files with 2 additions and 3 deletions
|
|
@ -111,8 +111,8 @@ lnbits-lightning-init(){
|
||||||
echo "mining 10 blocks..."
|
echo "mining 10 blocks..."
|
||||||
bitcoin-cli-sim -generate 10 > /dev/null
|
bitcoin-cli-sim -generate 10 > /dev/null
|
||||||
|
|
||||||
echo "wait for 15s..."
|
echo "wait for 20s..."
|
||||||
sleep 15 # else blockheight tests fail for cln
|
sleep 20 # else blockheight tests fail for cln
|
||||||
|
|
||||||
lnbits-lightning-sync
|
lnbits-lightning-sync
|
||||||
|
|
||||||
|
|
@ -163,7 +163,6 @@ lnbits-lightning-init(){
|
||||||
bitcoin-cli-sim -generate 10 > /dev/null
|
bitcoin-cli-sim -generate 10 > /dev/null
|
||||||
wait-for-lnd-channel 3
|
wait-for-lnd-channel 3
|
||||||
|
|
||||||
|
|
||||||
# cln-1 -> cln-2
|
# cln-1 -> cln-2
|
||||||
peerid=$(connect_clightning_node 1 2)
|
peerid=$(connect_clightning_node 1 2)
|
||||||
echo "open channel from cln-1 to cln-2"
|
echo "open channel from cln-1 to cln-2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue