diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java index 8d5978855a2c8bb86a20b9e4ced971710629f8de..918e2eef02bd7da4af3541655f4d1bd6aa4bde84 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java @@ -60,7 +60,7 @@ public class GeneralInformationServiceHttpInvokerApiTest extends ServiceFinder generalInformationServiceFinder = new ServiceFinder("openbis", IGeneralInformationService.SERVICE_URL); return generalInformationServiceFinder.createService(IGeneralInformationService.class, - SERVICE_URL, 5000); + SERVICE_URL, 10000); } @Test