Skip to content

Commit 70b444c

Browse files
[Security Solution] Use system node version for Cypress and increase exec command timeout
1 parent d843450 commit 70b444c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugins/security_solution/cypress/cypress.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"baseUrl": "http://localhost:5601",
33
"defaultCommandTimeout": 60000,
4+
"execTimeout": 120000,
5+
"nodeVersion": "system",
46
"retries": {
57
"runMode": 2
68
},

0 commit comments

Comments
 (0)