I’m looking for a way to increase the deploy time (Waiting for parallel steps to finish) in default it stops after 1 hour, but I’ve some tasks that sometimes take longer to end. is there a way to increase it?
I tried to add no_output_timeout: 180m to the end of deploy but it didn’t work, instead I got Parallel build failed (even though all other builds succeeded)
here is example of how it is in my system
- deploy:
name: Check Coverage
command: ./scripts/send_coverage.sh
no_output_timeout: 180m