Skip to content

Commit

Permalink
#10226 handle review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
  • Loading branch information
lorban committed Sep 11, 2023
1 parent cb68dc9 commit 022c99c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void stopServer() throws Exception
{
try
{
Awaitility.await().atMost(3, TimeUnit.SECONDS).until(() -> _bufferPool.getLeaks().size(), Matchers.is(0));
Awaitility.await().atMost(5, TimeUnit.SECONDS).until(() -> _bufferPool.getLeaks().size(), Matchers.is(0));
}
catch (Exception e)
{
Expand All @@ -90,8 +90,6 @@ public void stopServer() throws Exception
finally
{
_server.stop();
_server.join();
_server.setConnectors(new Connector[]{});
}
}

Expand Down

0 comments on commit 022c99c

Please sign in to comment.