@nsshunt/ststestrunner 1.1.73 → 1.1.74
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.cjs
CHANGED
|
@@ -580,9 +580,9 @@ var TestCaseFhirQueryBase = class extends TestCaseFhirBase {
|
|
|
580
580
|
this.Error(chalk.default.red(`TestCaseFhirQueryBase:ExecuteRunner(): *** ==> Long execution: [${diff}] Completed`));
|
|
581
581
|
this.Error(chalk.default.red(`TestCaseFhirQueryBase:ExecuteRunner(): ==> ${this._GetDetail()}`));
|
|
582
582
|
this.Error(chalk.default.red(`TestCaseFhirQueryBase:ExecuteRunner(): ==> Note: While not specifically an error, this is logged as an error.`));
|
|
583
|
-
} else if (diff >
|
|
584
|
-
this.Debug(chalk.default.rgb(
|
|
585
|
-
this.Debug(chalk.default.rgb(
|
|
583
|
+
} else if (diff > 200) {
|
|
584
|
+
this.Debug(chalk.default.rgb(155, 120, 200)(`TestCaseFhirQueryBase:ExecuteRunner(): *** ==> Long execution: [${diff}] Completed`));
|
|
585
|
+
this.Debug(chalk.default.rgb(155, 120, 200)(`TestCaseFhirQueryBase:ExecuteRunner(): ==> ${this._GetDetail()}`));
|
|
586
586
|
}
|
|
587
587
|
const longExecTimeoutpublishTelemetry = setTimeout(() => {
|
|
588
588
|
this.Error(chalk.default.red(`TestCaseFhirQueryBase:ExecuteRunner(): *** ==> Long execution: [${this._longExecTimeoutVal}] for PublishTelemetry()`));
|