diff --git a/x-pack/plugins/actions/server/config.ts b/x-pack/plugins/actions/server/config.ts index 241b5ffa6e17f..db8203cfb4b0f 100644 --- a/x-pack/plugins/actions/server/config.ts +++ b/x-pack/plugins/actions/server/config.ts @@ -38,7 +38,7 @@ export const configSchema = schema.object({ proxyRejectUnauthorizedCertificates: schema.boolean({ defaultValue: true }), rejectUnauthorized: schema.boolean({ defaultValue: true }), refreshExpiredTokensTask: schema.object({ - interval: schema.string({ defaultValue: '2m' }), + interval: schema.string({ defaultValue: '25m' }), }), });