func AssertFuncAtMost(t *testing.T, fn func() error, duration time.Duration)
func FuncAtMost(fn func() error, duration time.Duration) error
func RequireFuncAtMost(t *testing.T, fn func() error, duration time.Duration)