cleanup(angular): increase cypress web server timeout in mf e2e tests to fix nightly runs (#22014)
This commit is contained in:
parent
5b9fc0b5e7
commit
53e62c2097
@ -385,7 +385,7 @@ describe('Angular Module Federation', () => {
|
|||||||
`nxE2EPreset(__filename, {`,
|
`nxE2EPreset(__filename, {`,
|
||||||
`nxE2EPreset(__filename, {
|
`nxE2EPreset(__filename, {
|
||||||
webServerConfig: {
|
webServerConfig: {
|
||||||
timeout: 30000,
|
timeout: 60000,
|
||||||
},`
|
},`
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -489,7 +489,7 @@ describe('Angular Module Federation', () => {
|
|||||||
`nxE2EPreset(__filename, {`,
|
`nxE2EPreset(__filename, {`,
|
||||||
`nxE2EPreset(__filename, {
|
`nxE2EPreset(__filename, {
|
||||||
webServerConfig: {
|
webServerConfig: {
|
||||||
timeout: 30000,
|
timeout: 60000,
|
||||||
},`
|
},`
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user