# Functions

AssertEventually waits for f to return true.
AssertLogCountEventually waits until at least count log message containing the specified msg is emitted.
AssertLogEventually waits until at least one log message containing the specified msg is emitted.
No description provided by the author
RequireLogMessage fails the test if emitted logs don't contain the given message.
RequireSignal waits for the channel to close (or receive anything) and fatals the test if the default wait timeout is exceeded.
WaitTimeout returns a timeout based on the test's Deadline, if available.

# Constants

DefaultWaitTimeout is the default wait timeout.
TestInterval is just a sensible poll interval that gives fast tests without risk of spamming.

# Interfaces

No description provided by the author