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 28, 2024
1 parent 7a1f6ef commit c441c38
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 c441c38

Please sign in to comment.