backend-manager 2.5.1 → 2.5.2

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/cli/cli.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -66,4 +66,4 @@
66
66
  "src/",
67
67
  "templates/"
68
68
  ]
69
- }
69
+ }
package/src/cli/cli.js CHANGED
@@ -569,7 +569,7 @@ Main.prototype.setup = async function () {
569
569
 
570
570
  const statsFetchResult = await fetch(self.bemApiURL, {
571
571
  method: 'post',
572
- timeout: 10000,
572
+ timeout: 30000,
573
573
  response: 'json',
574
574
  body: {
575
575
  command: 'admin:get-stats',
@@ -909,7 +909,7 @@ function fix_setStoragePolicy(self) {
909
909
  return new Promise(function(resolve, reject) {
910
910
  fetch(self.bemApiURL, {
911
911
  method: 'post',
912
- timeout: 10000,
912
+ timeout: 30000,
913
913
  response: 'json',
914
914
  body: {
915
915
  command: 'admin:backup',