Skip to content

Commit c26dee6

Browse files
committed
Increase the coordinator shutdown timeout to 30s
1 parent ebcaf54 commit c26dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/coordinator/coordinator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ type ComponentsModifier func(comps []component.Component, cfg map[string]interfa
230230

231231
// managerShutdownTimeout is how long the coordinator will wait during shutdown
232232
// to receive termination states from its managers.
233-
const managerShutdownTimeout = time.Second * 5
233+
const managerShutdownTimeout = time.Second * 30
234234

235235
type configReloader interface {
236236
Reload(*config.Config) error

0 commit comments

Comments
 (0)