Skip to content

Commit

Permalink
small unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Stanojevic committed Feb 1, 2024
1 parent 4b7db4f commit d55c786
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ public void tearDown() {

@Test
public void testTwoWayTLSFlooding() throws Exception {
long sleepCount = 0L;
while (sleepCount < 10000) {
Thread.sleep(1000);
sleepCount = sleepCount + 1;
}
var count = 500;
var threads = 2;
var executor = Executors.newFixedThreadPool(threads);
Expand Down

0 comments on commit d55c786

Please sign in to comment.