Is there a way to increase the Step queue time, specifically for self-hosted runners?
I have multiple steps running in parallel, where one step takes longer than the others. The issue is, once any of the runners become available, the pipeline is kicked off and for the steps with unavailable runners, they are put into a queue. One of these steps takes 2 hours, so if it is queued say 3rd in line, it will hit the Bitbucket maximum of 2.5 hours.
To clarify, this is not Step build time, which has a parameter for this max-time. Guess does max-time also apply to queue vs just a step running?