From 982ae3d1eb8c8f0a5a459d78ecd38a5e7ab092cb Mon Sep 17 00:00:00 2001 From: Sivabalan Narayanan Date: Mon, 20 Dec 2021 17:27:22 -0800 Subject: [PATCH] [MINOR] Increasing CI timeout to 90 mins (#4407) --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 88eddcc3d..cd75e28da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,7 @@ stages: jobs: - job: UT_FT_1 displayName: UT FT common & flink & UT client/spark-client + timeoutInMinutes: '90' steps: - task: Cache@2 displayName: set cache @@ -71,6 +72,7 @@ stages: mavenOptions: '-Xmx2g $(MAVEN_OPTS)' - job: UT_FT_2 displayName: FT client/spark-client + timeoutInMinutes: '90' steps: - task: Cache@2 displayName: set cache @@ -100,6 +102,7 @@ stages: mavenOptions: '-Xmx2g $(MAVEN_OPTS)' - job: UT_FT_3 displayName: UT FT clients & cli & utilities & sync/hive-sync + timeoutInMinutes: '90' steps: - task: Cache@2 displayName: set cache @@ -138,6 +141,7 @@ stages: mavenOptions: '-Xmx2g $(MAVEN_OPTS)' - job: UT_FT_4 displayName: UT FT other modules + timeoutInMinutes: '90' steps: - task: Cache@2 displayName: set cache