@mcesystems/apple-kit 1.0.53 → 1.0.54

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.
package/dist/index.js CHANGED
@@ -33983,7 +33983,7 @@ function createIosCli(iosBinaryPath) {
33983
33983
  var import_meta3 = {};
33984
33984
  var DEFAULT_RETRIES = 150;
33985
33985
  var DEFAULT_RETRY_DELAY_MS = 1e3;
33986
- var TIME_BETWEEN_INSTALLS = 5e3;
33986
+ var TIME_BETWEEN_INSTALLS = 1e4;
33987
33987
  var TIME_TO_WAIT_FOR_MANAGED_APP_INSTALL = 1e4;
33988
33988
  function sleep(ms) {
33989
33989
  return new Promise((resolve5) => setTimeout(resolve5, ms));