htlcswitch/test_utils: extend PendingCommit timeout

Flakes locally on darwin.
This commit is contained in:
Conner Fromknecht 2020-04-14 22:34:16 -07:00
parent 95e2809ba3
commit 0a3fdf0271
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -1167,7 +1167,7 @@ func (h *hopNetwork) createChannelLink(server, peer *mockServer,
BatchSize: 10,
BatchTicker: ticker.NewForce(testBatchTimeout),
FwdPkgGCTicker: ticker.NewForce(fwdPkgTimeout),
PendingCommitTicker: ticker.NewForce(time.Minute),
PendingCommitTicker: ticker.NewForce(2 * time.Minute),
MinFeeUpdateTimeout: minFeeUpdateTimeout,
MaxFeeUpdateTimeout: maxFeeUpdateTimeout,
OnChannelFailure: func(lnwire.ChannelID, lnwire.ShortChannelID, LinkFailureError) {},