Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: third_party/cq_client/cq.proto

Issue 1156373013: Updated cq_client library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/cq_client/cq_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+ }
}
« no previous file with comments | « no previous file | third_party/cq_client/cq_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698