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>
(cherry picked from commit c482119a4e)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2023-04-05 10:03:21 +02:00 committed by Matt Blenkinsop
parent 86d99a5613
commit f6ca974ea7

View file

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