BAEL-554 - Increased timeout (#1242)
* Burlap & Hessian server added * Burlap & Hessian client work * Fixed main * Fixed formatting * Spring Remote example based on Burlap & Hessian runs in a JUnit test * Fixed main * Fixed formatting * Spring Remote example based on Burlap & Hessian runs in a JUnit test * Spring Remote example based on Burlap & Hessian runs in a JUnit test * Burlap & Hessian client work * Fixed main * Fixed main * Fixed formatting * Fixed formatting * Spring Remote example based on Burlap & Hessian runs in a JUnit test * Spring Remote example based on Burlap & Hessian runs in a JUnit test * Fixed POM
This commit is contained in:
parent
2d43e32690
commit
d4576d9762
|
@ -30,7 +30,8 @@ public class CabBookingServiceTest {
|
|||
serverThread = serverThread();
|
||||
log.info("Starting server.");
|
||||
serverThread.start();
|
||||
sleep(4000);
|
||||
// increase this enough to let the server start
|
||||
sleep(6000);
|
||||
}
|
||||
|
||||
@org.junit.Test
|
||||
|
|
Loading…
Reference in New Issue