Skip to content

Commit

Permalink
One more tweak to the port test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Mar 17, 2019
1 parent 50a8d2f commit c81c5c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public void testPortsAreNotReused() throws InterruptedException {
List<PortUtil> portUtils = Collections.synchronizedList(new ArrayList<>());
List<String> errors = Collections.synchronizedList(new ArrayList<>());

int tasksCount = 50;
int tasksCount = 20;
ExecutorService pool = Executors.newFixedThreadPool(tasksCount);
int portsPerTaskCount = 51;
for (int i = 0; i < tasksCount; i++) {
Expand Down

0 comments on commit c81c5c2

Please sign in to comment.