Skip to content
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] Reusing Cypress tests POC1 #162023

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
adjusting timeouts
MadameSheema committed Jul 17, 2023
commit ee2d46b8d892c65adc8d2a8e761fb66ab1f73748
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@
import { defineCypressConfig } from '@kbn/cypress-config';

export default defineCypressConfig({
defaultCommandTimeout: 60000,
execTimeout: 60000,
pageLoadTimeout: 60000,
defaultCommandTimeout: 150000,
execTimeout: 150000,
pageLoadTimeout: 150000,
responseTimeout: 60000,
trashAssetsBeforeRuns: false,
video: false,