Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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
Expand Down Expand Up @@ -119,7 +119,7 @@ stages:
mavenOptions: '-Xmx4g'
- job: UT_FT_2
displayName: FT client/spark-client
timeoutInMinutes: '120'
timeoutInMinutes: '150'
steps:
- task: Maven@3
displayName: maven install
Expand All @@ -140,7 +140,7 @@ stages:
mavenOptions: '-Xmx4g'
- job: UT_FT_3
displayName: UT FT clients & cli & utilities & sync
timeoutInMinutes: '120'
timeoutInMinutes: '150'
steps:
- task: Maven@3
displayName: maven install
Expand Down Expand Up @@ -170,7 +170,7 @@ stages:
mavenOptions: '-Xmx4g'
- job: UT_FT_4
displayName: UT FT other modules
timeoutInMinutes: '120'
timeoutInMinutes: '150'
steps:
- task: Maven@3
displayName: maven install
Expand Down Expand Up @@ -200,7 +200,7 @@ stages:
mavenOptions: '-Xmx4g'
- job: IT
displayName: IT modules
timeoutInMinutes: '120'
timeoutInMinutes: '150'
steps:
- task: Maven@3
displayName: maven install
Expand Down