Reset probe in testing

This commit is contained in:
alandavis
2022-08-01 08:39:59 +01:00
parent 5883065d1b
commit 478c689902
3 changed files with 12 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ public abstract class ProbeTestTransform
{
throw new TransformException(TOO_MANY_REQUESTS,
getMessagePrefix(isLiveProbe) + "Transformer requested to die. A transform took " +
"longer than " + (maxTransformTime * 1000) + " seconds");
"longer than " + (maxTransformTime / 1000) + " seconds");
}
if (maxTransformCount > 0 && transformCount.get() > maxTransformCount)