@nsshunt/ststestrunner 1.1.47 → 1.1.48

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.
@@ -159,7 +159,7 @@ var TestCaseFhirBase = class {
159
159
  if (this.fhirClient) {
160
160
  if (this.#clientSocketFetchCount % this.#resetSocketClientTrigger === 0) {
161
161
  this.fhirClient.ResetSocket();
162
- await (0, _nsshunt_stsutils.Sleep)(250);
162
+ await (0, _nsshunt_stsutils.Sleep)(3500);
163
163
  this.fhirClient = null;
164
164
  return this.GetFhirSocketClient();
165
165
  }