better log

This commit is contained in:
Matthew Kennedy 2024-04-12 12:13:12 -07:00 committed by rusefillc
parent b06d16a548
commit f1c47c8cc6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static void testNoOverdwell(const char* file, bool instantRpm) {
} else {
auto actualDwell = 1e-3 * NT2USF(getTimeNowNt() - coilStartTimes[event->cylinderNumber]);
EXPECT_LT(actualDwell, 50) << "Overdwell on cylinder " << (int)event->cylinderNumber;
EXPECT_LT(actualDwell, 50) << "Overdwell on cylinder " << (int)event->cylinderNumber << " of " << actualDwell << " ms";
}
};