From ca0b8fccee72de897a6019de470fc11f1638bdeb Mon Sep 17 00:00:00 2001 From: ForwardXu Date: Thu, 10 Mar 2022 10:04:36 +0800 Subject: [PATCH] [MINOR] Add IT CI Test timeout option (#5003) --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd75e28da..c2d5b510d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -179,6 +179,8 @@ stages: jdkVersionOption: '1.8' mavenOptions: '-Xmx2g $(MAVEN_OPTS)' - job: IT + displayName: IT modules + timeoutInMinutes: '90' steps: - task: AzureCLI@2 displayName: Prepare for IT