functional testing should not be that darn slow #1076

easy little win?
This commit is contained in:
rusefi 2019-12-21 23:15:26 -05:00
parent 2332d9340b
commit e7a408b415
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ import static com.rusefi.Timeouts.SECOND;
/** /**
* this test connects to real hardware via serial port * this test connects to real hardware via serial port
* (c) Andrey Belomutskiy 2013-2018 * (c) Andrey Belomutskiy 2013-2019
* 2/22/2015 * 2/22/2015
*/ */
public class RealHwTest { public class RealHwTest {
private static final int STARTUP_SLEEP = 45; private static final int STARTUP_SLEEP = 20;
public static void main(String[] args) throws InterruptedException { public static void main(String[] args) throws InterruptedException {
System.out.println("Sleeping " + STARTUP_SLEEP + " seconds to give OS time to connect VCP driver"); System.out.println("Sleeping " + STARTUP_SLEEP + " seconds to give OS time to connect VCP driver");