Hi folks,
I am testing a scenario for a simple action wherein the action will result in timeout based on the Script Timeout parameter set by the developer. Currently, I have an action that sleeps for around 59.9 seconds but my Script Timeout value is 30 seconds. Ideally, this action should timeout and fail, but somehow, it shows the max timeout value as 59 seconds in the output (screenshot 2).
As seen in the screenshot below, the error shows the max limit of execution as 59 seconds instead of 30 seconds.
Also, when I use sleep in the action for 59 seconds (and not 59.9), the action passes and Debug Output shows a successful message. This shows that the script does not adhere to the Script Timeout parameter. How should I correct this behaviour ??
Thanks.