diff --git a/recipe_modules/git/api.py b/recipe_modules/git/api.py index 1751c9622..2983a1909 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): diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json index e114deaed..94ff2dee2 100644 --- a/recipe_modules/git/example.expected/platform_win.json +++ b/recipe_modules/git/example.expected/platform_win.json @@ -4,7 +4,8 @@ "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" ], "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", - "name": "ensure git tooling on windows" + "name": "ensure git tooling on windows", + "timeout": 300 }, { "cmd": [ diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json index 1d965b224..2479712e6 100644 --- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json @@ -4,7 +4,8 @@ "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" ], "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", - "name": "ensure git tooling on windows" + "name": "ensure git tooling on windows", + "timeout": 300 }, { "cmd": [ diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json index 4ed279bfd..ac0bf7974 100644 --- a/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json @@ -4,7 +4,8 @@ "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" ], "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", - "name": "ensure git tooling on windows" + "name": "ensure git tooling on windows", + "timeout": 300 }, { "cmd": [