Give longer timeout for CI

This commit is contained in:
Jan Bartel 2023-02-23 13:19:28 +11:00
parent b7075161d0
commit 63e201dafe
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public class XmlConfiguredJetty
public void load() throws Exception
{
this._server = loadConfigurations(_xmlConfigurations, _properties);
this._server.setStopTimeout(10);
this._server.setStopTimeout(1000); //wait up to a second to stop
}
public void removeWebapp(String name)