Author: pderop
Date: Sun Nov 24 22:35:49 2013
New Revision: 1545098

URL: http://svn.apache.org/r1545098
Log:
reverted to previous version and use 10 aspects per services

Modified:
    
felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java

Modified: 
felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java?rev=1545098&r1=1545097&r2=1545098&view=diff
==============================================================================
--- 
felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java
 (original)
+++ 
felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java
 Sun Nov 24 22:35:49 2013
@@ -44,7 +44,7 @@ public class AspectRaceTest extends Test
        volatile ExecutorService _aspectExec;
        volatile DependencyManager _dm;
        final static int SERVICES = 3;
-       final static int ASPECTS_PER_SERVICE = 5;
+       final static int ASPECTS_PER_SERVICE = 10;
 
        @Test
        public void testConcurrentAspects() {


Reply via email to