Merge "Adjust performance test timings"
[cps.git] / integration-test / src / test / java / org / onap / cps / integration / ResourceMeter.java
index 1e42001..c7d96c4 100644 (file)
@@ -48,8 +48,8 @@ public class ResourceMeter {
     }
 
     /**
-     * Get the total time in milliseconds.
-     * @return total time in milliseconds
+     * Get the total time in seconds.
+     * @return total time in seconds
      */
     public double getTotalTimeInSeconds() {
         return stopWatch.getTotalTimeSeconds();