Is there a way in Katalon to wait() for a certain number of seconds?

Hi,

Can we able to slowdown / speedup the script execution?
Example:
Let us consider that our script consist of 50 steps. Total Execution time of the script = 120 Seconds. I have to test my system under different network speed condition.

Question : Shall i make my script to slowdown such that complete execution of script should take 1.5 x (times) i.e. the script should take 180 Seconds to complete instead of actual time of 120 minutes without adding any additional sleep between the statements.

Thanks,
Santhan