How to increase output timeout in node.js orb?

Hey,
So, i’m running an application that needs to be on 24/7, but i’m encountering the 10 minute no output fail. How do I increase the time limit using no_output_timeout?

Hi @CANDIEDVISCERA ,

I suggest leveraging the no_output_timeout attribute (https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-hit-timeout-limit).

That said, you’d still need to be aware of the maximum allowed duration of jobs (https://support.circleci.com/hc/en-us/articles/4411086979867-Updates-to-maximum-duration-of-jobs).