Skip to content

Commit

Permalink
Merge branch 'main' into EVEREST-107-fix-tiltfile
Browse files Browse the repository at this point in the history
  • Loading branch information
percona-robot authored Feb 27, 2025
2 parents 6f458e4 + cb7f707 commit 7503398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/apps/everest/.e2e/upgrade/post-upgrade.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ test.describe('Post upgrade tests', { tag: '@post-upgrade' }, async () => {
page,
`${operator.shortName}-db-cluster`,
'Up',
TIMEOUTS.FiveMinutes
TIMEOUTS.FifteenMinutes
);
});
}
Expand Down Expand Up @@ -254,7 +254,7 @@ test.describe('Post upgrade tests', { tag: '@post-upgrade' }, async () => {
'Initializing',
TIMEOUTS.ThreeMinutes
);
await waitForStatus(page, `${c.name}`, 'Up', TIMEOUTS.FiveMinutes);
await waitForStatus(page, `${c.name}`, 'Up', TIMEOUTS.FifteenMinutes);
});
}

Expand Down

0 comments on commit 7503398

Please sign in to comment.