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

annotate test time out 30 sec for AbstractSearchMethodExecutorStressTest

SVN: 35672
parent 8103320e
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public class AbstractSearchMethodExecutorStressTest ...@@ -74,7 +74,7 @@ public class AbstractSearchMethodExecutorStressTest
LogInitializer.init(); LogInitializer.init();
} }
@Test @Test(timeOut = 30000)
public void testConcurrencyWithoutEvicting() throws InterruptedException public void testConcurrencyWithoutEvicting() throws InterruptedException
{ {
for (int run = 0; run < 5; run++) for (int run = 0; run < 5; run++)
...@@ -96,7 +96,7 @@ public class AbstractSearchMethodExecutorStressTest ...@@ -96,7 +96,7 @@ public class AbstractSearchMethodExecutorStressTest
} }
} }
@Test @Test(timeOut = 30000)
public void testConcurrencyWithEvicting() throws InterruptedException public void testConcurrencyWithEvicting() throws InterruptedException
{ {
for (int run = 0; run < 5; run++) for (int run = 0; run < 5; run++)
......
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