diff --git a/htlcswitch/switch_test.go b/htlcswitch/switch_test.go index bcd98dcf8..d92a0bf3a 100644 --- a/htlcswitch/switch_test.go +++ b/htlcswitch/switch_test.go @@ -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) } }