timeout property

String? timeout
getter/setter pair

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;