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
Locatoractions and web assertions that wait automatically.
Waits for the given timeout in milliseconds.
Returns
| Type | Description |
|---|---|
Promise<void> | A Promise that fulfills when the timeout is reached. |


