@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -33967,7 +33967,7 @@ function createIosCli(iosBinaryPath) {
|
|
|
33967
33967
|
// src/logic/activationFlow.ts
|
|
33968
33968
|
var DEFAULT_RETRIES = 150;
|
|
33969
33969
|
var DEFAULT_RETRY_DELAY_MS = 1e3;
|
|
33970
|
-
var TIME_BETWEEN_INSTALLS =
|
|
33970
|
+
var TIME_BETWEEN_INSTALLS = 1e4;
|
|
33971
33971
|
var TIME_TO_WAIT_FOR_MANAGED_APP_INSTALL = 1e4;
|
|
33972
33972
|
function sleep(ms) {
|
|
33973
33973
|
return new Promise((resolve5) => setTimeout(resolve5, ms));
|