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:
parent
2579b95db9
commit
c482119a4e
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@
|
|||
"screenshotsFolder": "t/cypress/screenshots",
|
||||
"supportFile": "t/cypress/support",
|
||||
"videosFolder": "t/cypress/videos",
|
||||
"testFiles": "**/*.*"
|
||||
"testFiles": "**/*.*",
|
||||
"defaultCommandTimeout": 10000
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue