Author: pderop
Date: Fri May 30 16:25:36 2014
New Revision: 1598659

URL: http://svn.apache.org/r1598659
Log:
Using three services and three aspects per service

Modified:
    
felix/sandbox/pderop/dependencymanager-prototype/dm.it/src/dm/it/AspectRaceTest.java

Modified: 
felix/sandbox/pderop/dependencymanager-prototype/dm.it/src/dm/it/AspectRaceTest.java
URL: 
http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-prototype/dm.it/src/dm/it/AspectRaceTest.java?rev=1598659&r1=1598658&r2=1598659&view=diff
==============================================================================
--- 
felix/sandbox/pderop/dependencymanager-prototype/dm.it/src/dm/it/AspectRaceTest.java
 (original)
+++ 
felix/sandbox/pderop/dependencymanager-prototype/dm.it/src/dm/it/AspectRaceTest.java
 Fri May 30 16:25:36 2014
@@ -20,9 +20,9 @@ public class AspectRaceTest extends Test
        volatile ExecutorService m_serviceExec;
        volatile ExecutorService m_aspectExec;
        volatile DependencyManager m_dm;
-       final static int SERVICES = 1; // 3;
-       final static int ASPECTS_PER_SERVICE = 2;
-       final static int ITERATIONS = 3000; // 3000;
+       final static int SERVICES = 3;
+       final static int ASPECTS_PER_SERVICE = 3;
+       final static int ITERATIONS = 3000;
 
        public void testConcurrentAspects() {
                try {


Reply via email to