Skip to content

Commit

Permalink
Fix tests by increasing timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Nov 12, 2024
1 parent a672f37 commit 4415c88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class EclipseCheOperatorInstaller implements Installer {
tasks.add(EclipseCheTasks.getCreateOrUpdateRbacTasks(true))
if (!flags[SKIP_CERT_MANAGER_FLAG]) {
tasks.add(CertManager.getWaitCertManagerTask())
tasks.add(CommonTasks.getWaitTask(5000))
}

tasks.add(EclipseCheTasks.getCreateOrUpdateCertificateTask(true))
Expand Down

0 comments on commit 4415c88

Please sign in to comment.