File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
marklogic-data-hub/src/test/java/com/marklogic/hub Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN yum -y install /tmp/MarkLogic.rpm 2>&1 > /dev/null
1616
1717# Expose MarkLogic Server ports - add additional ones for your REST, etc
1818# endpoints
19- EXPOSE 7997-8002
19+ EXPOSE 7997-8020
2020
2121# init
2222COPY .travis/startml.sh /tmp/startml.sh
Original file line number Diff line number Diff line change 3030public class EndToEndTestSjsJson extends HubTestBase {
3131 private static final String ENTITY = "e2eentity" ;
3232 private static Path projectDir = Paths .get ("." , "ye-olde-project" );
33- private static final int TEST_SIZE = 500 ;
33+ private static final int TEST_SIZE = 1000 ;
3434 private static final int BATCH_SIZE = 10 ;
3535 private static FlowManager flowManager ;
3636
You can’t perform that action at this time.
0 commit comments