Skip to content

Commit

Permalink
increase timeout for neuvector chart install
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Aug 26, 2024
1 parent a28b4d3 commit 94d570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/extensions/neuvector/neuvector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 94d570f

Please sign in to comment.