bitfab 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
@@ -989,7 +989,7 @@ __export(index_exports, {
989
989
  module.exports = __toCommonJS(index_exports);
990
990
 
991
991
  // src/version.generated.ts
992
- var __version__ = "0.33.0";
992
+ var __version__ = "0.33.1";
993
993
 
994
994
  // src/constants.ts
995
995
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";
@@ -1380,7 +1380,7 @@ var HttpClient = class {
1380
1380
  if (dbBranchSettings !== void 0) {
1381
1381
  payload.dbBranchSettings = dbBranchSettings;
1382
1382
  }
1383
- const timeout = includeDbBranchLease ? 18e4 : 3e4;
1383
+ const timeout = includeDbBranchLease ? 3e5 : 3e4;
1384
1384
  return this.request("/api/sdk/replay/start", payload, {
1385
1385
  timeout
1386
1386
  });