| Index: third_party/cq_client/cq.proto
|
| diff --git a/third_party/cq_client/cq.proto b/third_party/cq_client/cq.proto
|
| index 1e174ae36df9589abd9bc532ec349896f875ab81..8b1950dc113d7cc6e8a67bb90d280919991ff29b 100644
|
| --- a/third_party/cq_client/cq.proto
|
| +++ b/third_party/cq_client/cq.proto
|
| @@ -159,5 +159,8 @@ message Verifiers {
|
| repeated Bucket buckets = 1;
|
| }
|
|
|
| - message PresubmitCheckVerifier {}
|
| + message PresubmitCheckVerifier {
|
| + // After this timeout in seconds, the presubmit process will be killed.
|
| + optional int32 timeout = 1;
|
| + }
|
| }
|
|
|