diff --git a/config/context.go b/config/context.go index 3b8d4b92..013e5ef1 100644 --- a/config/context.go +++ b/config/context.go @@ -333,7 +333,7 @@ func (c *ManagementContext) Start(ctx context.Context) error { watcher.Stop() }() - return controller.SyncThenStart(ctx, 5, c.controllers()...) + return controller.SyncThenStart(ctx, 50, c.controllers()...) } func (c *ManagementContext) StartAndWait() error {