@stemy/backend 2.9.3 → 2.9.4

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.
@@ -2889,7 +2889,7 @@
2889
2889
  }
2890
2890
  isFinished = progress.percent == 100;
2891
2891
  if (!!isFinished) return [3 /*break*/, 4];
2892
- return [4 /*yield*/, promiseTimeout(150)];
2892
+ return [4 /*yield*/, promiseTimeout(50)];
2893
2893
  case 3:
2894
2894
  _a.sent();
2895
2895
  _a.label = 4;