htlcswitch: increase timeout in bidi payment test due to travis slowness

This commit is contained in:
Olaoluwa Osuntokun
2017-06-21 13:36:14 +01:00
parent 5dd7b157a0
commit 286026fbb9

View File

@@ -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)
}