Skip to content

Commit

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

wow brain fart
  • Loading branch information
rusefillc committed Sep 14, 2023
1 parent 51bfa1d commit faaabd5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ public static void startSimulator() throws InterruptedException {
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);
}
}

0 comments on commit faaabd5

Please sign in to comment.