| 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):
|
|
|