This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.
waitForTimeout(timeout)
Note
Never wait for timeout in production, use this only for debugging. Tests that wait for time are inherently flaky. Use
Locator
actions and web assertions that wait automatically.
Waits for the given timeout
in milliseconds.