Skip to content

Commit

Permalink
Increase TO for installation due to kafka connect taking time
Browse files Browse the repository at this point in the history
Issue: ZENKO-4775
  • Loading branch information
KillianG committed Aug 19, 2024
1 parent 01f90f6 commit d1c63a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async function waitForPhase(
return false;
}

Given('a DR installed', { timeout: 130000 }, async function (this: Zenko) {
Given('a DR installed', { timeout: 330000 }, async function (this: Zenko) {
Identity.useIdentity(IdentityEnum.ACCOUNT, Zenko.sites['source'].accountName);
const credentials = Identity.getCurrentCredentials();
await createSecret(this, 'drctl-s3-creds', {
Expand Down

0 comments on commit d1c63a8

Please sign in to comment.