chamikaramj commented on a change in pull request #11450:
URL: https://github.com/apache/beam/pull/11450#discussion_r416030420



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/HttpHealthcareApiClient.java
##########
@@ -127,6 +114,7 @@ public ListMessagesResponse makeHL7v2ListRequest(
             .messages()
             .list(hl7v2Store)
             .set("view", "full")
+            .setPageSize(1000)

Review comment:
       Thanks for clarifying. I agree waiting till completion with a timeout 
much better than waiting.
   
   There's some information on adding new test suites here.
   https://beam.apache.org/documentation/io/testing/




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to