Skip to content

Commit 3bce048

Browse files
committed
fixing test timing
1 parent 9cb7013 commit 3bce048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/Dockerfile-ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2222
COPY .travis/startml.sh /tmp/startml.sh

marklogic-data-hub/src/test/java/com/marklogic/hub/EndToEndTestSjsJson.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public 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

0 commit comments

Comments
 (0)