We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb6011 commit 8701938Copy full SHA for 8701938
packages/caliper-core/lib/manager/test-observers/default-observer.js
@@ -34,7 +34,7 @@ class DefaultObserver extends TestObserverInterface {
34
35
// set the observer interval
36
this.observeInterval = ConfigUtil.get(ConfigUtil.keys.Progress.Reporting.Interval);
37
- Logger.info(`Observer interval set to ${this.observeInterval} seconds`);
+ Logger.info(`Observer interval set to ${this.observeInterval} milliseconds`);
38
this.observeIntervalObject = null;
39
this.updateTail = 0;
40
this.updateID = 0;
0 commit comments