@nsshunt/ststestrunner 1.1.96 → 1.1.98
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/ststestrunner.mjs
CHANGED
|
@@ -756,6 +756,7 @@ var TestCaseFhirBase = class {
|
|
|
756
756
|
let start = performance.now();
|
|
757
757
|
try {
|
|
758
758
|
if (this.#accesssToken) return this.#accesssToken;
|
|
759
|
+
this.Debug(`TestCaseFhirBase:GetAccessToken(): Getting new access token`);
|
|
759
760
|
timeout = setTimeout(() => {
|
|
760
761
|
this.Warning(chalk.magenta(`TestCaseFhirBase:GetAccessToken(): Timeout: [${this._authMaxTimeout}] exceeded for getting access token ...`));
|
|
761
762
|
}, this._authMaxTimeout);
|