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