diff --git a/java_console/autotest/src/main/java/com/rusefi/proteus/ProteusAnalogTest.java b/java_console/autotest/src/main/java/com/rusefi/proteus/ProteusAnalogTest.java index 01be72c0ff..8d3cfdb50b 100644 --- a/java_console/autotest/src/main/java/com/rusefi/proteus/ProteusAnalogTest.java +++ b/java_console/autotest/src/main/java/com/rusefi/proteus/ProteusAnalogTest.java @@ -33,6 +33,11 @@ public class ProteusAnalogTest extends RusefiTestBase { // not really 'analog' test. Not the best placement since we are unable to rebuild discovery HW CI :( @Test public void testTextPull() throws InterruptedException { + requestText(); + requestText(); + } + + private void requestText() throws InterruptedException { CountDownLatch latch = new CountDownLatch(1); AtomicReference textReference = new AtomicReference<>(); ecu.getLinkManager().submit(() -> {