diff --git a/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp b/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp index 28924f6b5a..a303a49ff9 100644 --- a/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp +++ b/unit_tests/tests/trigger/test_fasterEngineSpinningUp.cpp @@ -57,7 +57,7 @@ TEST(cranking, testFasterEngineSpinningUp) { eth.assertEvent5("inj end#1", 1, (void*)endSimultaneousInjection, 100000); // skip the rest of the cycle - eth.fireFall(200); + eth.moveTimeForwardUs(MS2US(200)); // now clear and advance more eth.executeActions();