We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387cc2d commit 8d8b64eCopy full SHA for 8d8b64e
1 file changed
tests/integration_tests_cln.rs
@@ -86,6 +86,8 @@ fn test_cln() {
86
node.open_channel(cln_node_id, cln_address, funding_amount_sat, Some(500_000_000), None)
87
.unwrap();
88
89
+ std::thread::sleep(std::time::Duration::from_millis(1000));
90
+
91
let funding_txo = common::expect_channel_pending_event!(node, cln_node_id);
92
common::wait_for_tx(&electrs_client, funding_txo.txid);
93
common::generate_blocks_and_wait(&bitcoind_client, &electrs_client, 6);
0 commit comments