yihua commented on code in PR #6151:
URL: https://github.com/apache/hudi/pull/6151#discussion_r928048532
##########
azure-pipelines.yml:
##########
@@ -89,10 +90,12 @@ stages:
jobs:
- job: UT_FT_1
displayName: UT FT common & flink & UT client/spark-client
- timeoutInMinutes: '120'
+ timeoutInMinutes: '150'
steps:
- task: Maven@3
displayName: maven install
+ continueOnError: true
+ retryCountOnTaskFailure: 1
Review Comment:
Understood. What you state only applies to your PR which affects most
tests. For other PRs, it's good to fail early on legitimate test errors so
that the CI resources can be used to run for other PRs.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]