diff --git a/apps/tests/testRunner.ts b/apps/tests/testRunner.ts index 0905f31d6..a8d481ff4 100644 --- a/apps/tests/testRunner.ts +++ b/apps/tests/testRunner.ts @@ -127,7 +127,7 @@ function printRunTestStats() { for (j = 0; j < allTests.length; j++) { let testName = allTests[j].testName; - let duration = allTests[j].duration; + let duration = allTests[j].duration / 1000; if (!allTests[j].isPassed) { failedTestCount++;