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
@$pb.TagNumber(11)
$10.Duration get timeout => $_getN(10);
Implementation
@$pb.TagNumber(11)
set timeout($10.Duration v) {
setField(11, v);
}