Skip to content

Commit

Permalink
[interactive]
Browse files Browse the repository at this point in the history
- expose `${nexial.lastElapsedTime}` in Interactive Mode
  • Loading branch information
mikeliucc committed Jun 21, 2023
1 parent 87e2a82 commit 13647ca
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 73 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/nexial/core/model/StepResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public static StepResult ended(String message) {

public void markElapsedTimeSlaNotMet() {
success = false;
// exception = new AssertionError("Elapsed time violated SLA specified via '" + OPT_ELAPSED_TIME_SLA + "'.");
if (StringUtils.isNotBlank(message)) {
message += (StringUtils.endsWith(message, ".") ? " But " : " but ") +
"the elapsed time violated the SLA specified via '" + OPT_ELAPSED_TIME_SLA + "'.";
Expand Down
Loading

0 comments on commit 13647ca

Please sign in to comment.