In [EventuallyWithT](https://pkg.go.dev/github.com/stretchr/testify/assert#EventuallyWithT) the condition function may call [`CollectT.FailNow`](https://pkg.go.dev/github.com/stretchr/testify/assert#CollectT.FailNow) which panics. The implementation of EventuallyWithT should catch this panic (as well as any other panic in the condition).