Expand description
Wait utilities for testing
Provides utilities for waiting on conditions in tests without using fixed sleeps, making tests both faster and more reliable.
Constants§
- DEFAULT_
POLL_ INTERVAL - Default poll interval (1 millisecond)
- DEFAULT_
TIMEOSVT - Default timeout for wait operations (5 seconds)
Functions§
- wait_
for - Wait for a condition with default timeout and poll interval
- wait_
for_ condition - Wait for a condition to become true, polling at regular intervals