@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.
@@ -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, 1000); })];
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)];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dainprotocol/cli",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"