mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
Fix CI failure in eclair test (#1735)
This commit is contained in:
parent
43075bb7b7
commit
bc1255e2a2
@ -223,9 +223,17 @@ class EclairRpcClientTest extends BitcoinSAsyncTest {
|
||||
info <- client4.getInfo
|
||||
_ = assert(info.nodeId == invoice.nodeId)
|
||||
paymentId <- client1.payInvoice(invoice)
|
||||
_ <-
|
||||
EclairRpcTestUtil
|
||||
.awaitUntilIncomingPaymentStatus[IncomingPaymentStatus.Received](
|
||||
client4,
|
||||
invoice.lnTags.paymentHash.hash,
|
||||
duration = 1.second)
|
||||
|
||||
_ <- EclairRpcTestUtil.awaitUntilPaymentSucceeded(client1,
|
||||
paymentId,
|
||||
duration = 1.second)
|
||||
|
||||
received <- client4.audit()
|
||||
relayed <- client2.audit()
|
||||
sent <- client1.audit()
|
||||
|
Loading…
Reference in New Issue
Block a user