-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] [Endpoint] Cypress Increase create policy task timeout #170001
[Security Solution] [Endpoint] Cypress Increase create policy task timeout #170001
Conversation
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
endpointPackageVersion: version, | ||
agentPolicyName: policyName, | ||
}, | ||
{ timeout: timeout ?? 5 * 60 * 1000 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: I'm guessing this is all in milliseconds so equivalent to 5 minutes? Maybe a comment would be nice just in case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly
@szwarckonrad @ashokaditya I've reenabled skipped tests here in case you want to take another look. Thanks! |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Summary
Increase policy task timeout to 5 minutes to avoid flaky tests.
For maintainers