[e2e tests] Configure timeout for action and navigation (#44891)

* Add timeouts for action and navigation

* Add changelog
This commit is contained in:
Adrian Moldovan 2024-02-22 19:55:54 +02:00 committed by GitHub
parent 54ad039310
commit b88a094289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
E2E tests: add explicit timeout for action and navigation

View File

@ -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: [
{