From c441c38aef7d18e8a2ce651a6a9e520b6dbe9107 Mon Sep 17 00:00:00 2001 From: Alexandre Alves Date: Mon, 26 Aug 2024 16:40:35 +0100 Subject: [PATCH] increase timeout for neuvector chart install --- cypress/e2e/tests/extensions/neuvector/neuvector.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();