[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
This commit is contained in:
Shilong Liu 2021-08-04 16:45:38 +08:00 committed by GitHub
parent e13f5246b9
commit 66089647b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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