increase stop timeout
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
2522857a5a
commit
f2d9d2f46f
|
@ -160,7 +160,7 @@ public class XmlBasedJettyServer
|
|||
assertEquals(1, serverCount, "Server load count");
|
||||
|
||||
this._server = foundServer;
|
||||
this._server.setStopTimeout(1000);
|
||||
this._server.setStopTimeout(2000);
|
||||
}
|
||||
|
||||
public String getScheme()
|
||||
|
|
Loading…
Reference in New Issue