Skip to content

Commit

Permalink
build: bump default clone timeout from 2 to 5 mins (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Jun 23, 2022
1 parent 5bf5254 commit ea027be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/git_revision.go
Expand Up @@ -17,7 +17,7 @@ import (

var (
defaultPreCloneCheckTimeout = 1 * time.Minute
defaultCloneTimeout = 2 * time.Minute
defaultCloneTimeout = 5 * time.Minute
defaultBuildTimeout = 10 * time.Minute

discardLogger = log.New(ioutil.Discard, "", 0)
Expand Down

0 comments on commit ea027be

Please sign in to comment.