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

only:trying to improve multi-threading
This commit is contained in:
rusefillc 2023-09-13 12:08:59 -04:00 committed by Andrey
parent d0070f8316
commit bbaf80cd36
1 changed files with 1 additions and 1 deletions

View File

@ -121,6 +121,6 @@ public class SimulatorExecHelper {
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);
Thread.sleep(35 * Timeouts.SECOND);
}
}