How to stop a macro if some action is stuck for 1 minute

As you can see in the above image, I want to stop the macro if that "Execute actions until conditions met" is running for 1 minute. then it should cancel the running macro completely.
I have tried set time out but it isn't working like I wanted.

Set a 1min timeout under the gear icon at the top right.

and for general emergencies you can keep a red Cancel button somewhere:

Screenshot 2022-09-11 at 15.38.41

I have tried that already, but it is not the solution for my problem. Because 1 minute timeout will cause that action to stop as soon it runs for 1 minute.
I have setup another macro which is running this whole macro multiple times, so if that next "move and click" action is not executed for 1 minute then it should kill the whole process.

This is what you initially asked for:

Can you try to clarify what it is you want?