Increase the Gerrit trailing delay

We're starting to see inconsistent data from gerrit on uploads of
(somewhat) long patch series to nova.  Increase the trailing delay
to give Gerrit time to make itself consistent.  Hopefully we can
reduce this in the future after we work out the GC issues on the
nova repo.

Change-Id: I644fcdc196b737909c2115071027dc2826c21c0b
This commit is contained in:
James E. Blair 2016-06-10 14:39:34 -07:00
parent 23f86ccf37
commit 490f4aa7d8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class GerritEventConnector(threading.Thread):
"""Move events from Gerrit to the scheduler."""
log = logging.getLogger("zuul.GerritEventConnector")
delay = 5.0
delay = 10.0
def __init__(self, connection):
super(GerritEventConnector, self).__init__()