Skip to content
Snippets Groups Projects
Commit 86a5af6a authored by felmer's avatar felmer
Browse files

increasing time out in test in order to fix it on CI server

SVN: 28160
parent aed247a3
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ public class ServiceFinderTimeoutTest extends AssertJUnit ...@@ -57,7 +57,7 @@ public class ServiceFinderTimeoutTest extends AssertJUnit
server.stop(); server.stop();
} }
@Test(timeOut = 3 * ONE_SECOND_TIMEOUT) @Test(timeOut = 5 * ONE_SECOND_TIMEOUT)
public void testTimeout() public void testTimeout()
{ {
ServiceFinder finder = new ServiceFinder("", ""); ServiceFinder finder = new ServiceFinder("", "");
......
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