From fd7d9e1f1b74fbe996c35f772effd70b41c3c600 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 12 Apr 2024 12:13:25 -0700 Subject: [PATCH] testFasterSpinup doesn't trigger error --- unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp b/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp index c99d0592fc..ba915bcdab 100644 --- a/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp +++ b/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp @@ -63,7 +63,7 @@ TEST(cranking, testFasterEngineSpinningUp) { eth.assertEvent5("inj end#1", 1, (void*)endSimultaneousInjection, expectedSimultaneousTimestamp); // skip the rest of the cycle - eth.fireFall(200); + eth.moveTimeForwardUs(MS2US(200)); // now clear and advance more eth.executeActions();