jacob-meacham / serverless-plugin-git-variables

:zap: Expose git variables to serverless
MIT License
87 stars 32 forks source link

Extend timeouts to 10sec for git commands #79

Closed annapauxdog closed 3 years ago

annapauxdog commented 3 years ago

What?

This PR extends the timeout from 1sec to 10secs for all git commands.

Why?

This fixes a common issue where git command times out due to a 1sec limit: https://github.com/jacob-meacham/serverless-plugin-git-variables/issues/28