I can see on the top last execution not finished in time in “wait” mode. I made some test and for 5-60 seconds module working as it is. But when I changed it to 2minutes +/120seconds+ it stop working at all. I think there is bug in that module.
Can you try upgrading to the latest version of n8n and seeing if that helps fix this up?
Also, can you try setting your timezone directly in your Docker compose file? Judging by your images, you might be located in Dubai - if so, you can set that through Asia/Dubai, and you can see how to set that here: Environment variables reference | n8n Docs You might be running into timezone issues if the Wait node isn’t behaving as expected.