@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.
@@ -136,7 +136,7 @@ var TestCaseFhirBase = class {
136
136
  if (this.fhirClient) {
137
137
  if (this.#clientSocketFetchCount % this.#resetSocketClientTrigger === 0) {
138
138
  this.fhirClient.ResetSocket();
139
- await Sleep(250);
139
+ await Sleep(3500);
140
140
  this.fhirClient = null;
141
141
  return this.GetFhirSocketClient();
142
142
  }