diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ca54c1ab..6c0132100 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