testability: bench test commands should have automated coverage using simulator #5562

wow brain fart
This commit is contained in:
Andrey 2023-09-14 07:52:01 -04:00
parent 51bfa1d2ce
commit faaabd5e2b
1 changed files with 1 additions and 3 deletions

View File

@ -119,8 +119,6 @@ public class SimulatorExecHelper {
new Thread(() -> runSimulator(simulatorStarted), "simulator process").start();
simulatorStarted.await(1, TimeUnit.MINUTES);
log.info("Let's give it some time to start...");
// yes quite long delay is needed to GHA to be reliable even while we have a latch for simulator process console output
// technically we can do a loop waiting for port to open if one day we would start caring
Thread.sleep(35 * Timeouts.SECOND);
Thread.sleep(5 * Timeouts.SECOND);
}
}