@camunda/e2e-test-suite 0.0.396 → 0.0.398
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.
|
@@ -614,8 +614,7 @@ class ModelerCreatePage {
|
|
|
614
614
|
try {
|
|
615
615
|
if (retries === 0) {
|
|
616
616
|
// First attempt
|
|
617
|
-
await this.restConnectorOption.
|
|
618
|
-
await this.restConnectorOption.click({ timeout: 60000 });
|
|
617
|
+
await this.restConnectorOption.click({ timeout: 90000 });
|
|
619
618
|
}
|
|
620
619
|
else if (retries === 1 || retries === 2) {
|
|
621
620
|
// Second or third attempt
|