diff --git a/x-pack/plugins/apm/ftr_e2e/cypress.json b/x-pack/plugins/apm/ftr_e2e/cypress.json index 5af86d7134c0c4..15e732cae45e04 100644 --- a/x-pack/plugins/apm/ftr_e2e/cypress.json +++ b/x-pack/plugins/apm/ftr_e2e/cypress.json @@ -14,6 +14,6 @@ "video": false, "screenshotOnRunFailure": false, "retries": { - "runMode": 2 + "runMode": 0 } } diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/integration/read_only_user/service_inventory/service_inventory.spec.ts b/x-pack/plugins/apm/ftr_e2e/cypress/integration/read_only_user/service_inventory/service_inventory.spec.ts index 030a54d4b14506..db4c3aa15b96c7 100644 --- a/x-pack/plugins/apm/ftr_e2e/cypress/integration/read_only_user/service_inventory/service_inventory.spec.ts +++ b/x-pack/plugins/apm/ftr_e2e/cypress/integration/read_only_user/service_inventory/service_inventory.spec.ts @@ -86,7 +86,7 @@ describe('When navigating to the service inventory', () => { }); it('with the correct environment when changing the environment', () => { - cy.wait(aliasNames, { requestTimeout: 10000 }); + cy.wait(aliasNames, { requestTimeout: 30000 }); cy.get('[data-test-subj="environmentFilter"]').select('production'); @@ -97,13 +97,13 @@ describe('When navigating to the service inventory', () => { }); it('when clicking the refresh button', () => { - cy.wait(aliasNames, { requestTimeout: 10000 }); + cy.wait(aliasNames, { requestTimeout: 30000 }); cy.contains('Refresh').click(); cy.wait(aliasNames); }); it('when selecting a different time range and clicking the update button', () => { - cy.wait(aliasNames, { requestTimeout: 10000 }); + cy.wait(aliasNames, { requestTimeout: 30000 }); cy.selectAbsoluteTimeRange( moment(timeRange.rangeFrom).subtract(5, 'm').toISOString(),