1
0

[MINOR] Increase azure CI timeout to 120m (#5384)

This commit is contained in:
Raymond Xu
2022-04-21 04:35:44 -07:00
committed by GitHub
parent 4b296f79cc
commit 4e1ac467da

View File

@@ -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