Is it possible to set a max execution time on a part of script?
If I have a script with the next structure:
- part 1
- part 2
- part 3
Is it possible to tell the script that if "part 2" takes longer than 3 seconds it has to be skipped to go further to part 3?