@camunda/e2e-test-suite 0.0.780 → 0.0.782

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.
@@ -241,15 +241,15 @@ class OperateProcessInstancePage {
241
241
  await this.page.reload();
242
242
  };
243
243
  await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(this.page, instanceHeader.getByText('Business ID'), {
244
- totalTimeout: 60000,
244
+ totalTimeout: 180000,
245
245
  visibilityTimeout: 10000,
246
- maxRetries: 5,
246
+ maxRetries: 10,
247
247
  postAction: reload,
248
248
  });
249
249
  await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(this.page, instanceHeader.getByText(businessId, { exact: true }), {
250
- totalTimeout: 60000,
250
+ totalTimeout: 180000,
251
251
  visibilityTimeout: 10000,
252
- maxRetries: 5,
252
+ maxRetries: 10,
253
253
  postAction: reload,
254
254
  });
255
255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.780",
3
+ "version": "0.0.782",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",