Merge pull request #690 from mfrances17/cypress-timeout

Increase cypress default command timeout to 10 seconds
This commit is contained in:
mfrances17 2021-06-09 11:25:32 -04:00 committed by GitHub
commit 5a9b01c15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,6 @@
"retries": { "retries": {
"runMode": 2, "runMode": 2,
"openMode": 0 "openMode": 0
} },
"defaultCommandTimeout": 10000
} }