Bug 33408: Extend defaultCommandTimeout for cypress

Sometimes the initial page load takes more than 4 seconds.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-04-05 10:03:21 +02:00 committed by Tomas Cohen Arazi
parent 2579b95db9
commit c482119a4e
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -6,5 +6,6 @@
"screenshotsFolder": "t/cypress/screenshots",
"supportFile": "t/cypress/support",
"videosFolder": "t/cypress/videos",
"testFiles": "**/*.*"
"testFiles": "**/*.*",
"defaultCommandTimeout": 10000
}