[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:
parent
e13f5246b9
commit
66089647b9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user