We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git fetch
1 parent a488d4e commit 49a32e7Copy full SHA for 49a32e7
pkg/sdk/repo.go
@@ -32,7 +32,7 @@ import (
32
const (
33
sdkRepoURLV2 = "https://github.com/aws/aws-sdk-go-v2"
34
defaultGitCloneTimeout = 180 * time.Second
35
- defaultGitFetchTimeout = 30 * time.Second
+ defaultGitFetchTimeout = 180 * time.Second
36
)
37
38
func ContextWithSigterm(ctx context.Context) (context.Context, context.CancelFunc) {
0 commit comments