timeout property

  1. @TagNumber.new(11)
Duration get 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.

Implementation

@$pb.TagNumber(11)
$10.Duration get timeout => $_getN(10);
  1. @TagNumber.new(11)
set timeout (Duration v)

Implementation

@$pb.TagNumber(11)
set timeout($10.Duration v) {
  setField(11, v);
}