htlcswitch/switch_test: increase checkHtlcEvents timeout
This flakes locally for me on darwin.
This commit is contained in:
parent
e52c5df8ab
commit
425b2c712f
@ -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…
Reference in New Issue
Block a user