lnd_test: bump async bidrect timeout to account sphinx replay writes
This commit is contained in:
parent
a4d8b30367
commit
e1745f72aa
@ -5006,7 +5006,7 @@ func testBidirectionalAsyncPayments(net *lntest.NetworkHarness, t *harnessTest)
|
|||||||
|
|
||||||
// Wait for Alice and Bob receive their payments, and throw and error
|
// Wait for Alice and Bob receive their payments, and throw and error
|
||||||
// if something goes wrong.
|
// if something goes wrong.
|
||||||
maxTime := 20 * time.Second
|
maxTime := 60 * time.Second
|
||||||
for i := 0; i < 2; i++ {
|
for i := 0; i < 2; i++ {
|
||||||
select {
|
select {
|
||||||
case err := <-errChan:
|
case err := <-errChan:
|
||||||
|
Loading…
Reference in New Issue
Block a user