Skip to content

Commit

Permalink
comment for code
Browse files Browse the repository at this point in the history
  • Loading branch information
jinfahua committed Feb 21, 2017
1 parent 0598a6a commit e868630
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ public void testStarted(String arg0) {
@Override
public void threadFinished() {
if (JMeter.isNonGUI()) {
//The keepTime is saved as instance variable, because the method getConnKeepTime() in threadFinished()
//returns with initial value of jmx tree. The JMeter variable replacement cannot be applied.
logger.info("The work has been done, will sleep current thread for " + keepTime + " sceconds.");
sleepCurrentThreadAndDisconnect();
}
Expand Down

0 comments on commit e868630

Please sign in to comment.