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:
Daniele Demichelis 2017-02-26 18:49:01 +01:00 committed by KevinGilmore
parent 2d43e32690
commit d4576d9762
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ public class CabBookingServiceTest {
serverThread = serverThread(); serverThread = serverThread();
log.info("Starting server."); log.info("Starting server.");
serverThread.start(); serverThread.start();
sleep(4000); // increase this enough to let the server start
sleep(6000);
} }
@org.junit.Test @org.junit.Test