Give longer timeout for CI
This commit is contained in:
parent
b7075161d0
commit
63e201dafe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue