[Security Solution] Use system node version for Cypress and increase exec command timeout (#86985)

This commit is contained in:
Patryk Kopyciński 2020-12-29 14:51:09 +01:00 committed by GitHub
parent 2781bf3855
commit 262a204bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
{
"baseUrl": "http://localhost:5601",
"defaultCommandTimeout": 60000,
"execTimeout": 120000,
"nodeVersion": "system",
"retries": {
"runMode": 2
},