From 86a5af6af2abba3680e2a381515c5469c8adb8c6 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 23 Jan 2013 06:56:27 +0000
Subject: [PATCH] increasing time out in test in order to fix it on CI server

SVN: 28160
---
 .../openbis/common/api/client/ServiceFinderTimeoutTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis-common/sourceTest/java/ch/systemsx/cisd/openbis/common/api/client/ServiceFinderTimeoutTest.java b/openbis-common/sourceTest/java/ch/systemsx/cisd/openbis/common/api/client/ServiceFinderTimeoutTest.java
index 6659458f5e3..54706069727 100644
--- a/openbis-common/sourceTest/java/ch/systemsx/cisd/openbis/common/api/client/ServiceFinderTimeoutTest.java
+++ b/openbis-common/sourceTest/java/ch/systemsx/cisd/openbis/common/api/client/ServiceFinderTimeoutTest.java
@@ -57,7 +57,7 @@ public class ServiceFinderTimeoutTest extends AssertJUnit
         server.stop();
     }
 
-    @Test(timeOut = 3 * ONE_SECOND_TIMEOUT)
+    @Test(timeOut = 5 * ONE_SECOND_TIMEOUT)
     public void testTimeout()
     {
         ServiceFinder finder = new ServiceFinder("", "");
-- 
GitLab