mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-11 13:22:36 +01:00
htlcswitch: increase timeout in bidi payment test due to travis slowness
This commit is contained in:
@@ -195,7 +195,7 @@ func TestChannelLinkBidirectionalOneHopPayments(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("unable to make the payment: %v", err)
|
t.Fatalf("unable to make the payment: %v", err)
|
||||||
}
|
}
|
||||||
case <-time.After(4 * time.Second):
|
case <-time.After(30 * time.Second):
|
||||||
t.Fatalf("timeout: (%v/%v)", i+1, count)
|
t.Fatalf("timeout: (%v/%v)", i+1, count)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user