[e2e tests] Configure timeout for action and navigation (#44891)
* Add timeouts for action and navigation * Add changelog
This commit is contained in:
parent
54ad039310
commit
b88a094289
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
E2E tests: add explicit timeout for action and navigation
|
|
@ -55,6 +55,8 @@ const config = {
|
|||
trace: 'retain-on-failure',
|
||||
video: 'retain-on-failure',
|
||||
viewport: { width: 1280, height: 720 },
|
||||
actionTimeout: 20 * 1000,
|
||||
navigationTimeout: 20 * 1000,
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue