diff --git a/htlcswitch/link_test.go b/htlcswitch/link_test.go index c22e77d8..eab46eea 100644 --- a/htlcswitch/link_test.go +++ b/htlcswitch/link_test.go @@ -195,7 +195,7 @@ func TestChannelLinkBidirectionalOneHopPayments(t *testing.T) { if err != nil { 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) }