This is an automated email from the ASF dual-hosted git repository. sivabalan pushed a commit to branch release-0.11-0-apr21 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit edf2d0e788ba48450f48027cd0c3761ae45eb3ef Author: Raymond Xu <[email protected]> AuthorDate: Thu Apr 21 04:35:44 2022 -0700 [MINOR] Increase azure CI timeout to 120m (#5384) --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ca54c1ab3..6c01321004 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ stages: jobs: - job: UT_FT_1 displayName: UT FT common & flink & UT client/spark-client - timeoutInMinutes: '90' + timeoutInMinutes: '120' steps: - task: Maven@3 displayName: maven install @@ -64,7 +64,7 @@ stages: mavenOptions: '-Xmx4g $(MAVEN_OPTS)' - job: UT_FT_2 displayName: FT client/spark-client - timeoutInMinutes: '90' + timeoutInMinutes: '120' steps: - task: Maven@3 displayName: maven install @@ -86,7 +86,7 @@ stages: mavenOptions: '-Xmx4g $(MAVEN_OPTS)' - job: UT_FT_3 displayName: UT FT clients & cli & utilities & sync/hive-sync - timeoutInMinutes: '90' + timeoutInMinutes: '120' steps: - task: Maven@3 displayName: maven install @@ -117,7 +117,7 @@ stages: mavenOptions: '-Xmx4g $(MAVEN_OPTS)' - job: UT_FT_4 displayName: UT FT other modules - timeoutInMinutes: '90' + timeoutInMinutes: '120' steps: - task: Maven@3 displayName: maven install @@ -148,7 +148,7 @@ stages: mavenOptions: '-Xmx4g $(MAVEN_OPTS)' - job: IT displayName: IT modules - timeoutInMinutes: '90' + timeoutInMinutes: '120' steps: - task: AzureCLI@2 displayName: Prepare for IT
