Skip to content

Commit 46f113b

Browse files
committed
chore: fix debug lines duration
1 parent dbc2843 commit 46f113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/sync/specsSummary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let printSpecsRunSummary = (data, machines, customErrorsToPrint) => {
3434

3535
logger.info(`Total tests: ${summary.total}, passed: ${summary.passed}, failed: ${summary.failed}, skipped: ${summary.skipped}, passed_with_skipped: ${summary.passed_with_skipped}, pending: ${summary.pending}`);
3636
logger.info(`Done in ${data.duration} seconds using ${data.parallels} machines\n`);
37-
winstonlogger.debug(`CLI calculated duration is ${data.cliDuration}\n`);
37+
winstonlogger.debug(`CLI calculated duration is ${data.cliDuration/1000}`);
3838

3939
if (customErrorsToPrint && customErrorsToPrint.length > 0) {
4040
for (const error of customErrorsToPrint) {

0 commit comments

Comments
 (0)