@camunda/e2e-test-suite 0.0.750 → 0.0.752

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,9 +245,7 @@ class OperateProcessesPage {
245
245
  return;
246
246
  }
247
247
  const MAX_ATTEMPTS = 30;
248
- const TOTAL_TIMEOUT_MS = env_1.isOpenSearch
249
- ? constants_1._1_MINUTE_IN_MS * 10
250
- : constants_1._1_MINUTE_IN_MS * 8;
248
+ const TOTAL_TIMEOUT_MS = constants_1._1_MINUTE_IN_MS * 10;
251
249
  let attempt = 0;
252
250
  let lastError;
253
251
  const startTime = Date.now();
@@ -57,7 +57,7 @@ _8_10_1.test.describe('Cluster Setup Tests', () => {
57
57
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
58
58
  await homePage.clickClusters();
59
59
  await clusterPage.createCluster(clusterName);
60
- await clusterPage.assertClusterHealthyStatusWithRetry(clusterName);
60
+ await clusterPage.assertClusterHealthyStatusWithRetry(clusterName, 300000, 1500000);
61
61
  await clusterPage.clickClusterLink(clusterName);
62
62
  await clusterDetailsPage.assertComponentsHealth();
63
63
  await clusterDetailsPage.clickSettingsTab();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.750",
3
+ "version": "0.0.752",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",