<munit-tools:sleep time="100" timeUnit="MILLISECONDS"/>
Sleep Processor
The Sleep processor allows you to pause your test for a specific time. You can use this processor to simulate a delay in the processing of the flow:
time-
Numerical value for the unit of time that your test waits before going to sleep.
timeUnit-
The unit in which the
timevalue is measured.Possible values are:
-
MILLISECONDS(default) -
MICROSECONDS -
MINUTES -
NANOSECONDS -
SECONDS -
HOURS
-



