Github user HuangWHWHW commented on the pull request:

    https://github.com/apache/flink/pull/992#issuecomment-134797100
  
    @mxm 
    Hi,I chage the CONNECTION_RETRY_SLEEP to static final int 
CONNECTION_RETRY_SLEEP = 1000;
    But I have no idea to straightly changing the CONNECTION_RETRY_SLEEP in my 
test using:
    SocketTextStreamFunction.CONNECTION_RETRY_SLEEP = 200.
    So, I add a reflection mechanism to resolve this.
    And now the CONNECTION_RETRY_SLEEP changes to 200 in my test.
    Would you please to take a look whether it is correct?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to