cleanup(angular): increase cypress web server timeout in mf e2e tests to fix nightly runs (#22014)

This commit is contained in:
Leosvel Pérez Espinosa 2024-02-27 13:25:39 +01:00 committed by GitHub
parent 5b9fc0b5e7
commit 53e62c2097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -385,7 +385,7 @@ describe('Angular Module Federation', () => {
`nxE2EPreset(__filename, {`,
`nxE2EPreset(__filename, {
webServerConfig: {
timeout: 30000,
timeout: 60000,
},`
)
);
@ -489,7 +489,7 @@ describe('Angular Module Federation', () => {
`nxE2EPreset(__filename, {`,
`nxE2EPreset(__filename, {
webServerConfig: {
timeout: 30000,
timeout: 60000,
},`
)
);