diff --git a/cypress/e2e/tests/extensions/neuvector/neuvector.spec.ts b/cypress/e2e/tests/extensions/neuvector/neuvector.spec.ts index c98afeaf85f..70ef7371c2c 100644 --- a/cypress/e2e/tests/extensions/neuvector/neuvector.spec.ts +++ b/cypress/e2e/tests/extensions/neuvector/neuvector.spec.ts @@ -104,7 +104,7 @@ describe('Extensions Compatibility spec', { tags: ['@neuvector', '@adminUser'] } }); } - neuvectorPo.appsPage().waitForInstallCloseTerminal(EXTENSION_CHART_CREATION, ['neuvector-crd', 'neuvector']).then(pollingAuthControlRequest); + neuvectorPo.appsPage().waitForInstallCloseTerminal(EXTENSION_CHART_CREATION, ['neuvector-crd', 'neuvector'], 30000).then(pollingAuthControlRequest); neuvectorPo.dashboard().goTo(); neuvectorPo.dashboard().waitForTitleAfterControllerInstall();