timeout property

  1. @TagNumber(12)
Duration get timeout

Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be TIMEOUT.

Implementation

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

Implementation

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