htlcswitch: increase timeout in bidi payment test due to travis slowness
This commit is contained in:
parent
5dd7b157a0
commit
286026fbb9
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user