@camunda/e2e-test-suite 0.0.750 → 0.0.751
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 =
|
|
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();
|