Skip to content

Commit f852097

Browse files
chore: increase Finch Vm cleanup in release to 5 minutes (runfinch#1407)
Signed-off-by: Austin Vazquez <[email protected]>
1 parent d3cb0aa commit f852097

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-test-msi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
role-session-name: windows-msi
8787
aws-region: ${{ secrets.WINDOWS_REGION }}
8888
- name: Remove Finch VM
89-
timeout-minutes: 2
89+
timeout-minutes: 5
9090
shell: pwsh
9191
run: ./scripts/cleanup_wsl.ps1
9292
- name: Clean up previous files
@@ -147,7 +147,7 @@ jobs:
147147
aws s3 cp "./msi-builder/build/signed/Finch-$tag.msi" "s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-$tag.msi" --no-progress
148148
- name: Remove Finch VM and Clean Up Previous Environment
149149
if: ${{ always() }}
150-
timeout-minutes: 2
150+
timeout-minutes: 5
151151
shell: pwsh
152152
run: |
153153
./scripts/cleanup_wsl.ps1
@@ -199,7 +199,7 @@ jobs:
199199
role-session-name: msi-test
200200
aws-region: ${{ secrets.REGION }}
201201
- name: Remove Finch VM
202-
timeout-minutes: 2
202+
timeout-minutes: 5
203203
shell: pwsh
204204
run: ./scripts/cleanup_wsl.ps1
205205
- name: Clean up previous files
@@ -239,7 +239,7 @@ jobs:
239239
$env:INSTALLED="true"
240240
make test-e2e-vm
241241
- name: Remove Finch VM
242-
timeout-minutes: 2
242+
timeout-minutes: 5
243243
shell: pwsh
244244
run: ./scripts/cleanup_wsl.ps1
245245
- name: Run container e2e tests
@@ -267,7 +267,7 @@ jobs:
267267
}
268268
- name: Remove Finch VM and Clean Up Previous Environment
269269
if: ${{ always() }}
270-
timeout-minutes: 2
270+
timeout-minutes: 5
271271
shell: pwsh
272272
run: |
273273
./scripts/cleanup_wsl.ps1

0 commit comments

Comments
 (0)