@dainprotocol/cli 1.0.46 → 1.0.47
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/commands/deploy.js +1 -1
- package/package.json +1 -1
package/dist/commands/deploy.js
CHANGED
|
@@ -222,7 +222,7 @@ var recursiveStatusUntilRunning = function (config, deploymentId) { return __awa
|
|
|
222
222
|
if (statusResult.status === 'RUNNING') {
|
|
223
223
|
return [2 /*return*/];
|
|
224
224
|
}
|
|
225
|
-
return [4 /*yield*/, new Promise(function (resolve) { return setTimeout(resolve,
|
|
225
|
+
return [4 /*yield*/, new Promise(function (resolve) { return setTimeout(resolve, 15000); })];
|
|
226
226
|
case 2:
|
|
227
227
|
_a.sent();
|
|
228
228
|
return [4 /*yield*/, recursiveStatusUntilRunning(config, deploymentId)];
|