idmission-web-sdk 2.3.159 → 2.3.160

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.
@@ -235,7 +235,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
235
235
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
236
236
  };
237
237
 
238
- var webSdkVersion = '2.3.159';
238
+ var webSdkVersion = '2.3.160';
239
239
 
240
240
  function getPlatform() {
241
241
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -911,7 +911,8 @@ function makeValidateSessionRequest(authUrl_1, sessionId_1) {
911
911
  return __generator(this, function (_a) {
912
912
  switch (_a.label) {
913
913
  case 0:
914
- maxRetries = 10;
914
+ maxRetries = 5 // 10 retries resulted in minutes waiting for a possible validation failure. 5 retries is mid 30s which is more reasonable.
915
+ ;
915
916
  baseDelay = 1000 // 1 second
916
917
  ;
917
918
  _a.label = 1;