Index: recipe_modules/bot_update/resources/bot_update.py |
diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py |
index 303422316fc84b2ed0bf279dbefc34060ccedc5f..e6a2a8b63f068e031961cbee68f37f9673fa43da 100755 |
--- a/recipe_modules/bot_update/resources/bot_update.py |
+++ b/recipe_modules/bot_update/resources/bot_update.py |
@@ -710,7 +710,8 @@ def gclient_sync(with_branch_heads, shallow): |
gclient_bin = 'gclient.bat' if sys.platform.startswith('win') else 'gclient' |
cmd = [gclient_bin, 'sync', '--verbose', '--reset', '--force', |
'--ignore_locks', '--output-json', gclient_output_file, |
- '--nohooks', '--noprehooks', '--delete_unversioned_trees'] |
+ '--nohooks', '--noprehooks', '--delete_unversioned_trees', |
+ '--fetch_timeout=1200'] |
if with_branch_heads: |
cmd += ['--with_branch_heads'] |
if shallow: |