reverted to previous version and use 10 aspects per services

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1545098 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java
index 8199740..75fd911 100644
--- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java
+++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/AspectRaceTest.java
@@ -44,7 +44,7 @@
 	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() {