mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-11 01:29:19 +01:00
lnd_test: bump async bidrect timeout to account sphinx replay writes
This commit is contained in:
parent
a4d8b30367
commit
e1745f72aa
1 changed files with 1 additions and 1 deletions
|
@ -5006,7 +5006,7 @@ func testBidirectionalAsyncPayments(net *lntest.NetworkHarness, t *harnessTest)
|
|||
|
||||
// Wait for Alice and Bob receive their payments, and throw and error
|
||||
// if something goes wrong.
|
||||
maxTime := 20 * time.Second
|
||||
maxTime := 60 * time.Second
|
||||
for i := 0; i < 2; i++ {
|
||||
select {
|
||||
case err := <-errChan:
|
||||
|
|
Loading…
Add table
Reference in a new issue