Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: recipe_modules/git/api.py

Issue 2162143004: git: apply a 5 minutes timeout to "ensure git tooling on windows" step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | recipe_modules/git/example.expected/platform_win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/git/api.py
diff --git a/recipe_modules/git/api.py b/recipe_modules/git/api.py
index 1751c9622dfaf67523c49def98656769a280a47c..2983a190915d972a5882a617e84cf2acec7a48da 100644
--- a/recipe_modules/git/api.py
+++ b/recipe_modules/git/api.py
@@ -45,7 +45,8 @@ class GitApi(recipe_api.RecipeApi):
'ensure git tooling on windows',
[self.package_repo_resource('bootstrap', 'win', 'win_tools.bat')],
infra_step=True,
- cwd=self.package_repo_resource())
+ cwd=self.package_repo_resource(),
+ timeout=300)
self.initialized_win_git = True
def fetch_tags(self, remote_name=None, **kwargs):
« no previous file with comments | « no previous file | recipe_modules/git/example.expected/platform_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698