Author: chirino Date: Thu Apr 22 11:22:13 2010 New Revision: 936787 URL: http://svn.apache.org/viewvc?rev=936787&view=rev Log: Bring the test size down since the new flush() change increases commit latency
Modified: camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component/hawtdb/HawtDBAggregateLoadConcurrentTest.java Modified: camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component/hawtdb/HawtDBAggregateLoadConcurrentTest.java URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component/hawtdb/HawtDBAggregateLoadConcurrentTest.java?rev=936787&r1=936786&r2=936787&view=diff ============================================================================== --- camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component/hawtdb/HawtDBAggregateLoadConcurrentTest.java (original) +++ camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component/hawtdb/HawtDBAggregateLoadConcurrentTest.java Thu Apr 22 11:22:13 2010 @@ -34,7 +34,7 @@ public class HawtDBAggregateLoadConcurre private static final Log LOG = LogFactory.getLog(HawtDBAggregateLoadConcurrentTest.class); private static final char[] KEYS = new char[]{'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J'}; - private static final int SIZE = 5000; + private static final int SIZE = 500; @Before @Override