Skip to content

Commit

Permalink
build: bump BuildTimeout from 15 to 25 mins (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Aug 23, 2023
1 parent 7c0cd8c commit 31cb857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/git_revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
var (
defaultPreCloneCheckTimeout = 1 * time.Minute
defaultCloneTimeout = 5 * time.Minute
defaultBuildTimeout = 15 * time.Minute
defaultBuildTimeout = 25 * time.Minute

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

0 comments on commit 31cb857

Please sign in to comment.