Increased timeout on workflow to allow more time to populate vmSKUs.json (#711)
This commit is contained in:
Родитель
55cebf0622
Коммит
5f858f2c4c
|
@ -118,7 +118,7 @@ jobs:
|
|||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
|
||||
- name: Build VM Sku json file
|
||||
timeout-minutes: 3
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cd postdeploy/scripts
|
||||
chmod +x generate-vm-sku-list-v2.sh
|
||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
|
||||
- name: Build VM Sku json file
|
||||
timeout-minutes: 3
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cd postdeploy/scripts
|
||||
chmod +x generate-vm-sku-list-v2.sh
|
||||
|
|
Загрузка…
Ссылка в новой задаче