I want to create a run command that executes a script, but if the runs script too long, CircleCI can kill it.
Despite the timeout, I want this script to always be regarded as successful, because the result of this script is not too important.
So when I get: Too long with no output (exceeded 10m0s)
I want the script to be regarded as having succeeded. How can I configure this?