revert change to stopTimeout in AsyncListenerTest

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-08-25 16:09:47 +10:00
parent b9e915b70e
commit a4055a21b0
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ public class AsyncListenerTest
public void startServer(ServletContextHandler context) throws Exception
{
server = threadPool == null ? new Server() : new Server(threadPool);
server.setStopTimeout(1000);
connector = new LocalConnector(server);
connector.setIdleTimeout(20 * 60 * 1000L);
server.addConnector(connector);