(cherry picked from commit 8fc35d3b572f161f0cb57fe8844d7c3f9464309e)
This commit is contained in:
Matthew Kennedy 2023-03-03 01:39:56 -08:00 committed by rusefillc
parent fb5bfd5f10
commit 404a9408e5
1 changed files with 2 additions and 2 deletions

View File

@ -217,9 +217,9 @@ public class CommonFunctionalTest extends RusefiTestBase {
chart = nextChart();
assertWaveNotNull(msg, chart, EngineChart.SPARK_1);
assertWaveNull(msg, chart, EngineChart.SPARK_2);
assertWaveNotNull(msg, chart, EngineChart.SPARK_2);
assertWaveNotNull(msg, chart, EngineChart.SPARK_3);
assertWaveNull(msg, chart, EngineChart.SPARK_4);
assertWaveNotNull(msg, chart, EngineChart.SPARK_4);
// todo: why is width precision so low here? is that because of loaded Windows with 1ms precision?
double widthRatio = 0.25;