[TEST] Reduce size of large documents to be more heap memory friendly in xpack build

Original commit: elastic/x-pack-elasticsearch@d3864a5021
This commit is contained in:
Martijn van Groningen 2017-02-08 17:45:50 +01:00
parent 1591003c7d
commit 14a677396e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class StateProcessorTests extends ESTestCase {
+ "\0"; + "\0";
private static final int NUM_LARGE_DOCS = 2; private static final int NUM_LARGE_DOCS = 2;
private static final int LARGE_DOC_SIZE = 16000000; private static final int LARGE_DOC_SIZE = 1000000;
private StateProcessor stateProcessor; private StateProcessor stateProcessor;