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 dbc2843 commit 46f113bCopy full SHA for 46f113b
bin/helpers/sync/specsSummary.js
@@ -34,7 +34,7 @@ let printSpecsRunSummary = (data, machines, customErrorsToPrint) => {
34
35
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}`);
36
logger.info(`Done in ${data.duration} seconds using ${data.parallels} machines\n`);
37
- winstonlogger.debug(`CLI calculated duration is ${data.cliDuration}\n`);
+ winstonlogger.debug(`CLI calculated duration is ${data.cliDuration/1000}`);
38
39
if (customErrorsToPrint && customErrorsToPrint.length > 0) {
40
for (const error of customErrorsToPrint) {
0 commit comments