| Index: gclient.py
|
| diff --git a/gclient.py b/gclient.py
|
| index 5d0e412a739c8fbbc227d53009374895dbf9334b..c240d471941c96886307b36ee3fcef0392752f4b 100755
|
| --- a/gclient.py
|
| +++ b/gclient.py
|
| @@ -2050,9 +2050,9 @@ def CMDsync(parser, args):
|
| help='Don\'t bootstrap from Google Storage.')
|
| parser.add_option('--ignore_locks', action='store_true',
|
| help='GIT ONLY - Ignore cache locks.')
|
| - parser.add_option('--lock_timeout', type='int', default=0,
|
| + parser.add_option('--lock_timeout', type='int', default=5000,
|
| help='GIT ONLY - Deadline (in seconds) to wait for git '
|
| - 'cache lock to become available.')
|
| + 'cache lock to become available. Default is %default.')
|
| (options, args) = parser.parse_args(args)
|
| client = GClient.LoadCurrentConfig(options)
|
|
|
|
|