lnd_test: bump async bidrect timeout to account sphinx replay writes

This commit is contained in:
Conner Fromknecht 2018-02-23 18:05:58 -08:00
parent a4d8b30367
commit e1745f72aa
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 1 additions and 1 deletions

View File

@ -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: