mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
htlcswitch/switch_test: increase checkHtlcEvents timeout
This flakes locally for me on darwin.
This commit is contained in:
parent
e52c5df8ab
commit
425b2c712f
1 changed files with 1 additions and 1 deletions
|
@ -2903,7 +2903,7 @@ func checkHtlcEvents(t *testing.T, events <-chan interface{},
|
|||
event)
|
||||
}
|
||||
|
||||
case <-time.After(time.Second):
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Fatalf("expected event: %v", expected)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue