Skip to content
Snippets Groups Projects
Commit 72d58cfb authored by felmer's avatar felmer
Browse files

time out doubled to prevent occasional test failures

SVN: 22866
parent 5feacba8
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ public class GeneralInformationServiceHttpInvokerApiTest extends ...@@ -60,7 +60,7 @@ public class GeneralInformationServiceHttpInvokerApiTest extends
ServiceFinder generalInformationServiceFinder = ServiceFinder generalInformationServiceFinder =
new ServiceFinder("openbis", IGeneralInformationService.SERVICE_URL); new ServiceFinder("openbis", IGeneralInformationService.SERVICE_URL);
return generalInformationServiceFinder.createService(IGeneralInformationService.class, return generalInformationServiceFinder.createService(IGeneralInformationService.class,
SERVICE_URL, 5000); SERVICE_URL, 10000);
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment