|
80 | 80 | role-session-name: windows-msi
|
81 | 81 | aws-region: ${{ secrets.WINDOWS_REGION }}
|
82 | 82 | - name: Remove Finch VM
|
| 83 | + timeout-minutes: 2 |
83 | 84 | run: |
|
84 | 85 | $ErrorActionPreference = 'Ignore'
|
85 | 86 | taskkill /f /im wslservice.exe 2> nul || cmd /c "exit /b 0"
|
@@ -145,6 +146,7 @@ jobs:
|
145 | 146 | aws s3 cp "./msi-builder/build/signed/Finch-$tag.msi" "s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-$tag.msi" --no-progress
|
146 | 147 | - name: Remove Finch VM and Clean Up Previous Environment
|
147 | 148 | if: ${{ always() }}
|
| 149 | + timeout-minutes: 2 |
148 | 150 | run: |
|
149 | 151 | # We want these cleanup commands to always run, ignore errors so the step completes.
|
150 | 152 | $ErrorActionPreference = 'Ignore'
|
@@ -198,6 +200,7 @@ jobs:
|
198 | 200 | role-session-name: msi-test
|
199 | 201 | aws-region: ${{ secrets.REGION }}
|
200 | 202 | - name: Remove Finch VM
|
| 203 | + timeout-minutes: 2 |
201 | 204 | run: |
|
202 | 205 | # We want these cleanup commands to always run, ignore errors so the step completes.
|
203 | 206 | $ErrorActionPreference = 'Ignore'
|
@@ -243,6 +246,7 @@ jobs:
|
243 | 246 | $env:INSTALLED="true"
|
244 | 247 | make test-e2e-vm
|
245 | 248 | - name: Remove Finch VM
|
| 249 | + timeout-minutes: 2 |
246 | 250 | run: |
|
247 | 251 | # We want these cleanup commands to always run, ignore errors so the step completes.
|
248 | 252 | $ErrorActionPreference = 'Ignore'
|
@@ -278,6 +282,7 @@ jobs:
|
278 | 282 | }
|
279 | 283 | - name: Remove Finch VM and Clean Up Previous Environment
|
280 | 284 | if: ${{ always() }}
|
| 285 | + timeout-minutes: 2 |
281 | 286 | run: |
|
282 | 287 | # We want these cleanup commands to always run, ignore errors so the step completes.
|
283 | 288 | $ErrorActionPreference = 'Ignore'
|
|
0 commit comments