@naturalcycles/datastore-lib 3.26.1 → 3.26.2

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.
@@ -374,7 +374,7 @@ class DatastoreDB extends db_lib_1.BaseCommonDB {
374
374
  return {
375
375
  predicate: err => RETRY_ON.some(s => err?.message?.toLowerCase()?.includes(s)),
376
376
  name,
377
- timeout: 10000,
377
+ timeout: 20000,
378
378
  maxAttempts: 5,
379
379
  delay: 5000,
380
380
  delayMultiplier: 1.5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/datastore-lib",
3
- "version": "3.26.1",
3
+ "version": "3.26.2",
4
4
  "description": "Opinionated library to work with Google Datastore",
5
5
  "scripts": {
6
6
  "prepare": "husky install"
@@ -524,7 +524,7 @@ export class DatastoreDB extends BaseCommonDB implements CommonDB {
524
524
  return {
525
525
  predicate: err => RETRY_ON.some(s => err?.message?.toLowerCase()?.includes(s)),
526
526
  name,
527
- timeout: 10_000,
527
+ timeout: 20_000,
528
528
  maxAttempts: 5,
529
529
  delay: 5000,
530
530
  delayMultiplier: 1.5,