When the wait node is used with “Resume On Webhook Call”, and I toggle Limit wait Time ON.
It fails when “After Time interval” and seconds are used. All else seems to work fine, like time limit on minutes or “At Specified Time
Waits until the set date and time to continue”.
If you pick "After Time interval and seconds it just doesn’t time out.
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
This sounds like a bug with the Wait node’s timeout functionality when using seconds as the time interval. Here are some things you can try:
• **Workaround**: Use minutes instead of seconds for the time limit (e.g., use 0.5 minutes instead of 30 seconds)
• **Test with different values**: Try using larger second values to see if there’s a minimum threshold issue
• **Check your n8n version**: This might be a known issue that’s been fixed in newer versions
• **Report the bug**: If you can consistently reproduce this, consider reporting it on the n8n GitHub repository with your workflow example and setup details
Could you share your n8n version and a sample workflow that demonstrates the issue? This would help others reproduce and potentially provide a more specific solution.