DescriptionSet default --lock_timeout to 5m
gclient-sync + git-cache are racy because if two different DEPS files
dependent on the same repo URL, even if depsed to different checkout
dirs, they use same git cache dir. If both checkout dirs are synced at
the same time, one of them cannot acquire a lock.
This is a cheap solution to change --lock_timeout option default value
from 0 to 5m.
R=hinoka@chromium.org
BUG=593468
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299386
Patch Set 1 #
Total comments: 2
Patch Set 2 : updated comment #
Messages
Total messages: 12 (5 generated)
|