timeout property
Time limit for executing this build step.
If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
Implementation
core.String? timeout;
Time limit for executing this build step.
If not defined, the step has no time limit and will be allowed to continue to run until either it completes or the build itself times out.
core.String? timeout;