Merge pull request #9434 from eclipse/jetty-10.0.x-9407-flakey-WebAppProviderTest

Give longer timeout for CI
This commit is contained in:
Joakim Erdfelt 2023-03-02 13:06:50 -06:00 committed by GitHub
commit 5249b90916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public class XmlConfiguredJetty
public void load() throws Exception public void load() throws Exception
{ {
this._server = loadConfigurations(_xmlConfigurations, _properties); 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) public void removeWebapp(String name)