@howone/sdk 0.2.4 → 0.2.5

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
@@ -5960,7 +5960,7 @@ function createClient(opts) {
5960
5960
  function makeRequestFromBase(base) {
5961
5961
  return new request_default({
5962
5962
  baseURL: base,
5963
- timeout: 6e4,
5963
+ timeout: 3e5,
5964
5964
  interceptors: {
5965
5965
  requestInterceptor: (config) => {
5966
5966
  config.headers = config.headers || {};