@ethersphere/bee-js
Advanced tools
Comparing version 6.7.2 to 6.7.3
@@ -567,4 +567,4 @@ "use strict"; | ||
} | ||
async waitForUsablePostageStamp(id, timeout = 120000) { | ||
const TIME_STEP = 1500; | ||
async waitForUsablePostageStamp(id, timeout = 240000) { | ||
const TIME_STEP = 2000; | ||
for (let time = 0; time < timeout; time += TIME_STEP) { | ||
@@ -571,0 +571,0 @@ try { |
@@ -539,4 +539,4 @@ import * as balance from "./modules/debug/balance.js"; | ||
} | ||
async waitForUsablePostageStamp(id, timeout = 120000) { | ||
const TIME_STEP = 1500; | ||
async waitForUsablePostageStamp(id, timeout = 240000) { | ||
const TIME_STEP = 2000; | ||
for (let time = 0; time < timeout; time += TIME_STEP) { | ||
@@ -543,0 +543,0 @@ try { |
{ | ||
"name": "@ethersphere/bee-js", | ||
"version": "6.7.2", | ||
"version": "6.7.3", | ||
"description": "Javascript client for Bee", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2028790