openinx opened a new pull request #10637: [FLINK-15319][e2e] flink-end-to-end-tests-common-kafka fails due to t… URL: https://github.com/apache/flink/pull/10637 ## What is the purpose of the change Make the e2e package download timeout to be configurable. For example, we can tuning the timeout by the following command: ```bash mvn verify \ -pl org.apache.flink:flink-end-to-end-tests-common-kafka \ -DdistDir=/Users/openinx/software/flink/build-target \ -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup1 -DdownloadTimeout=180000 # set it to 3 min ``` BTW, if you don't set the `downloadTimeout` property, then it will use the default 5min. ## Brief change log - Increase the default package download timeout to 5min and make it to be configurable. ## Verifying this change This change does not have a test. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not documented)
---------------------------------------------------------------- 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] With regards, Apache Git Services
