better log

This commit is contained in:
Matthew Kennedy 2024-04-12 12:13:12 -07:00
parent 61dd44a4ba
commit 9d8a23241b
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";
}
};