Make test using less memory
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 3 Oct 2011 07:57:44 +0000 (07:57 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 3 Oct 2011 07:57:44 +0000 (07:57 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4786 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/runtime/org.argeo.server.jcr/src/test/java/org/argeo/jcr/tabular/JcrTabularTest.java

index f91917d98f8511369f0302483c9f36ef6a85b171..3df80ca04f0fc5e1dcdcfa82121de36dd3c76250 100644 (file)
@@ -51,7 +51,7 @@ public class JcrTabularTest extends AbstractJcrTestCase {
 
                // write
                Integer columnCount = 15;
-               Long rowCount = 10000l;
+               Long rowCount = 1000l;
                String stringValue = "test, \ntest";
 
                List<TabularColumn> header = new ArrayList<TabularColumn>();