From 1f2e914d103532df410f118c81c60fba8b6a00e0 Mon Sep 17 00:00:00 2001 From: machenbach Date: Thu, 30 Jul 2015 01:38:20 -0700 Subject: [PATCH] [cq] Increase commit burst delay. TBR=jkummerow@chromium.org, hablich@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/1258193003 Cr-Commit-Position: refs/heads/master@{#29914} --- infra/config/cq.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 71b1cffa0..5e2a2db04 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -5,8 +5,8 @@ version: 1 cq_name: "v8" cq_status_url: "https://chromium-cq-status.appspot.com" hide_ref_in_committed_msg: true -commit_burst_delay: 60 -max_commit_burst: 1 +commit_burst_delay: 300 +max_commit_burst: 3 target_ref: "refs/pending/heads/master" rietveld { -- 2.34.1