Skip to content

Commit c1a4c10

Browse files
committed
Update GetCQLPerformance.java
1 parent 6abc3cc commit c1a4c10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nifi/cql-processor/nifi-cql-processors/src/test/java/org/george0st/processors/cql/GetCQLPerformance.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ public void testRead10KMultiple() throws Exception {
138138
for (TestSetupRead setup : setups) {
139139
setup.columnNames="colbigint, colint";
140140

141-
results = runTestParallel(setup, content, 2);
141+
//results = runTestParallel(setup, content, 5);
142+
results = runTestParallel(setup, 5);
142143

143144
// check amount of read items
144145
for (MockFlowFile result: results) {

0 commit comments

Comments
 (0)