@bitfab/sdk 0.33.0 → 0.33.1

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.cjs CHANGED
@@ -980,7 +980,7 @@ __export(index_exports, {
980
980
  module.exports = __toCommonJS(index_exports);
981
981
 
982
982
  // src/version.generated.ts
983
- var __version__ = "0.33.0";
983
+ var __version__ = "0.33.1";
984
984
 
985
985
  // src/constants.ts
986
986
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";
@@ -1371,7 +1371,7 @@ var HttpClient = class {
1371
1371
  if (dbBranchSettings !== void 0) {
1372
1372
  payload.dbBranchSettings = dbBranchSettings;
1373
1373
  }
1374
- const timeout = includeDbBranchLease ? 18e4 : 3e4;
1374
+ const timeout = includeDbBranchLease ? 3e5 : 3e4;
1375
1375
  return this.request("/api/sdk/replay/start", payload, {
1376
1376
  timeout
1377
1377
  });