Skip to content

Commit

Permalink
pytest: fix flake in test_splice_disconnect_sig
Browse files Browse the repository at this point in the history
This test was failing CI under valgrind.  Allow l1 to process
incoming signatures before killing.
  • Loading branch information
endothermicdev committed May 9, 2024
1 parent 8403746 commit 370eb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_splicing_disconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_splice_disconnect_sig(node_factory, bitcoind):
result = l1.rpc.splice_signed(chan_id, result['signed_psbt'])

l1.daemon.wait_for_log(r'dev_disconnect: \-WIRE_TX_SIGNATURES')
time.sleep(.2)

print("Killing l1 without sending WIRE_TX_SIGNATURES")
l1.daemon.kill()
Expand Down

0 comments on commit 370eb73

Please sign in to comment.