How to add a Delay after the run_phase

In reply to ana.sanchez:

You have an incorrect assumption. The main and shutdown phases are part of a serial set “sub” phases that run parallel to the run_phase. You can extend the time of the run_phase after all objects have been dropped, but you cannot add another time consuming phase after it.