Skip to content

Commit

Permalink
[misc] test correction for internal pool
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 6, 2021
1 parent e004274 commit 6f7aba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public void ensureUsingPool() throws Exception {
}
connectionAppender.shutdown();
connectionAppender.awaitTermination(30, TimeUnit.SECONDS);
assertTrue(threadIds.size() <= 8, "connection ids must be less than 8 : " + threadIds.size());
assertTrue(threadIds.size() <= 9, "connection ids must be less than 9 : " + threadIds.size());
Pools.close("PoolTest");
}

Expand Down

0 comments on commit 6f7aba3

Please sign in to comment.