@eclesia/indexer-engine 2.5.2 → 2.5.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.
- package/dist/indexer/index.js +1 -1
- package/package.json +1 -1
package/dist/indexer/index.js
CHANGED
|
@@ -457,7 +457,7 @@ class EcleciaIndexer extends emitter_1.EclesiaEmitter {
|
|
|
457
457
|
}
|
|
458
458
|
async callABCI(path, data, height) {
|
|
459
459
|
const timeout = new Promise((resolve) => {
|
|
460
|
-
setTimeout(resolve,
|
|
460
|
+
setTimeout(resolve, 10000);
|
|
461
461
|
});
|
|
462
462
|
const abciq = await Promise.race([
|
|
463
463
|
this.client.abciQuery({
|