k6-docs-tactile


Home > k6 > sleep

sleep() function

Suspend VU execution for the specified duration.

Signature:

export function sleep(t: number): void;

Parameters

Parameter Type Description
t number Duration, in seconds.

Returns:

void