Decreased DN parse load test to 1800. Apparently 2000 was too much for some machines.

This commit is contained in:
Ulrik Sandberg
2008-06-03 10:25:14 +00:00
parent 6b487bcf5d
commit 7f9da0b24d

View File

@@ -55,7 +55,7 @@ public class DnParsePerformanceITest extends TestCase {
}
public static Test suite() {
int users = 2000;
int users = 1800;
Test testCase = new DnParsePerformanceITest("testContains");
Test loadTest = new LoadTest(testCase, users);
return loadTest;