RusEFI console keeps resetting on latest #4899

would this work?
This commit is contained in:
rusefillc 2022-12-17 16:55:57 -05:00
parent 0aa2620f3f
commit 453d1034bd
1 changed files with 5 additions and 0 deletions

View File

@ -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<String> textReference = new AtomicReference<>();
ecu.getLinkManager().submit(() -> {