From 72d58cfb67a0ebad241c3085c4c8c309b6b33faf Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 12 Sep 2011 07:43:59 +0000 Subject: [PATCH] time out doubled to prevent occasional test failures SVN: 22866 --- .../api/v1/GeneralInformationServiceHttpInvokerApiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8d5978855a2..918e2eef02b 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 -- GitLab