acsi-core 0.1.80 → 0.1.81

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/index.js CHANGED
@@ -2112,7 +2112,7 @@ var api$1 = axios.create({
2112
2112
  });
2113
2113
  var apiUpload$1 = axios.create({
2114
2114
  baseURL: BASE_URL,
2115
- timeout: 60000,
2115
+ timeout: 10 * 60 * 1000,
2116
2116
  headers: {
2117
2117
  "Content-Type": "multipart/form-data"
2118
2118
  }