Skip to content

Commit

Permalink
Merge pull request #1327 from buildbuddy-io/quick-fix-1607
Browse files Browse the repository at this point in the history
Bump `runnerRecycleTimeout`
  • Loading branch information
siggisim authored Dec 14, 2021
2 parents a51dfca + 844d9dc commit 09bec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/remote_execution/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const (
// How long to spend waiting for a runner to be removed before giving up.
runnerCleanupTimeout = 30 * time.Second
// Allowed time to spend trying to pause a runner and add it to the pool.
runnerRecycleTimeout = 15 * time.Second
runnerRecycleTimeout = 30 * time.Second

// How big a runner's workspace is allowed to get before we decide that it
// can't be added to the pool and must be cleaned up instead.
Expand Down

0 comments on commit 09bec0e

Please sign in to comment.