This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push: new 4e1ac467da [MINOR] Increase azure CI timeout to 120m (#5384) 4e1ac467da is described below commit 4e1ac467da0047b04fd6ad02f194c523e2e49f3e Author: Raymond Xu <2701446+xushi...@users.noreply.github.com> 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