Skip to content

Commit

Permalink
testability: bench test commands should have automated coverage usin…
Browse files Browse the repository at this point in the history
…g simulator #5562

 only:trying to improve multi-threading
  • Loading branch information
rusefillc committed Sep 14, 2023
1 parent d0070f8 commit bbaf80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ public static void startSimulator() throws InterruptedException {
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);
}
}

0 comments on commit bbaf80c

Please sign in to comment.