@ethersphere/bee-js 6.7.2 → 6.7.3

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.
@@ -536,8 +536,8 @@ export class BeeDebug {
536
536
  assertRequestOptions(options);
537
537
  return stake.getRedistributionState(this.getRequestOptionsForCall(options));
538
538
  }
539
- async waitForUsablePostageStamp(id, timeout = 120000) {
540
- const TIME_STEP = 1500;
539
+ async waitForUsablePostageStamp(id, timeout = 240000) {
540
+ const TIME_STEP = 2000;
541
541
  for (let time = 0; time < timeout; time += TIME_STEP) {
542
542
  try {
543
543
  const stamp = await this.getPostageBatch(id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethersphere/bee-js",
3
- "version": "6.7.2",
3
+ "version": "6.7.3",
4
4
  "description": "Javascript client for Bee",
5
5
  "keywords": [
6
6
  "bee",