An error occurred while fetching the assigned iteration of the selected issue.
configure the timeout option for the exec command when running as a service
I have some builds which occasionally fail due to a CI Timeout error.
I am wondering how/if I can configure my runner to use a different timeout option, when running as a service . I can see that I can specifiy the command when running gitlab-ci-multi-runner exec shell --timeout 999
but I'm not sure how/if this can be translated to the gitlab-ci-multi-runner run command used when running as a service.
Can this be done from the .toml config file? or as a parameter to the gitlab-ci-multi-runner "run"?
If not, support for this would be very useful for me