increased the sleep after server startup to see if this helps cut down on test failures
This commit is contained in:
@@ -108,7 +108,7 @@ public class LocalTestServer {
|
||||
neoServer.getWebServer().getJetty().setStopAtShutdown(true);
|
||||
// let the server get fully started
|
||||
try {
|
||||
Thread.sleep(500L);
|
||||
Thread.sleep(1000L);
|
||||
} catch (InterruptedException e) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user