diff --git a/src/ParallelTestRunner.jl b/src/ParallelTestRunner.jl index 2880a21..fcd9eff 100644 --- a/src/ParallelTestRunner.jl +++ b/src/ParallelTestRunner.jl @@ -662,7 +662,7 @@ function runtests(mod::Module, ARGS; test_filter = Returns(true), RecordType = T # Message types for the printer channel # (:started, test_name, worker_id) # (:finished, test_name, worker_id, record) - # (:errored, test_name, worker_id) + # (:errored, test_name, worker_id, test_time) printer_channel = Channel{Tuple}(100) printer_task = @async begin