Merge pull request #9434 from eclipse/jetty-10.0.x-9407-flakey-WebAppProviderTest
Give longer timeout for CI
This commit is contained in:
commit
5249b90916
|
@ -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