From fd842e83febe6e2d885eb2edb69566dfa91bd4ba Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Wed, 4 Aug 2021 16:45:38 +0800 Subject: [PATCH] [CI] lengthen time limit for arm platform (#8295) #### Why I did it Building image for arm platform needs more time. #### How I did it lengthen time limit from 1.5 days to 2 days --- .azure-pipelines/azure-pipelines-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-build.yml b/.azure-pipelines/azure-pipelines-build.yml index 815aa7b9fe14..eb3c3aa21bb8 100644 --- a/.azure-pipelines/azure-pipelines-build.yml +++ b/.azure-pipelines/azure-pipelines-build.yml @@ -65,7 +65,7 @@ jobs: - name: centec-arm64 pool: sonicbld_8c - timeoutInMinutes: 2160 + timeoutInMinutes: 2880 variables: PLATFORM_ARCH: arm64 @@ -79,7 +79,7 @@ jobs: - name: marvell-armhf pool: sonicbld_8c - timeoutInMinutes: 2160 + timeoutInMinutes: 2880 variables: PLATFORM_ARCH: armhf