backend-manager 3.2.140 → 3.2.141

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.140",
3
+ "version": "3.2.141",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -636,7 +636,7 @@ Manager.prototype.setupFunctions = function (exporter, options) {
636
636
  // Setup functions
637
637
  exporter.bm_api =
638
638
  self.libraries.functions
639
- .runWith({memory: '256MB', timeoutSeconds: 60})
639
+ .runWith({memory: '256MB', timeoutSeconds: 190})
640
640
  // TODO: Replace this with new API
641
641
  .https.onRequest(async (req, res) => self._process((new (require(`${core}/actions/api.js`))()).init(self, { req: req, res: res, })));
642
642