+-2% is still acceptable?
This commit is contained in:
parent
a801d57495
commit
66dc0bf06c
|
@ -86,7 +86,7 @@ public class PwmHardwareTest extends RusefiTestBase {
|
|||
|
||||
sleep(2 * Timeouts.SECOND);
|
||||
|
||||
/* +-1% is still acceptable */
|
||||
EcuTestHelper.assertSomewhatClose("Idle PWM freq", FREQUENCY, SensorCentral.getInstance().getValue(Sensor.debugIntField1), 0.01);
|
||||
/* +-2% is still acceptable */
|
||||
EcuTestHelper.assertSomewhatClose("Idle PWM freq", FREQUENCY, SensorCentral.getInstance().getValue(Sensor.debugIntField1), 0.02);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue