File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 86
86
role-session-name : windows-msi
87
87
aws-region : ${{ secrets.WINDOWS_REGION }}
88
88
- name : Remove Finch VM
89
- timeout-minutes : 2
89
+ timeout-minutes : 5
90
90
shell : pwsh
91
91
run : ./scripts/cleanup_wsl.ps1
92
92
- name : Clean up previous files
@@ -147,7 +147,7 @@ jobs:
147
147
aws s3 cp "./msi-builder/build/signed/Finch-$tag.msi" "s3://${{ secrets.INSTALLER_PRIVATE_BUCKET_NAME }}/Finch-$tag.msi" --no-progress
148
148
- name : Remove Finch VM and Clean Up Previous Environment
149
149
if : ${{ always() }}
150
- timeout-minutes : 2
150
+ timeout-minutes : 5
151
151
shell : pwsh
152
152
run : |
153
153
./scripts/cleanup_wsl.ps1
@@ -199,7 +199,7 @@ jobs:
199
199
role-session-name : msi-test
200
200
aws-region : ${{ secrets.REGION }}
201
201
- name : Remove Finch VM
202
- timeout-minutes : 2
202
+ timeout-minutes : 5
203
203
shell : pwsh
204
204
run : ./scripts/cleanup_wsl.ps1
205
205
- name : Clean up previous files
@@ -239,7 +239,7 @@ jobs:
239
239
$env:INSTALLED="true"
240
240
make test-e2e-vm
241
241
- name : Remove Finch VM
242
- timeout-minutes : 2
242
+ timeout-minutes : 5
243
243
shell : pwsh
244
244
run : ./scripts/cleanup_wsl.ps1
245
245
- name : Run container e2e tests
@@ -267,7 +267,7 @@ jobs:
267
267
}
268
268
- name : Remove Finch VM and Clean Up Previous Environment
269
269
if : ${{ always() }}
270
- timeout-minutes : 2
270
+ timeout-minutes : 5
271
271
shell : pwsh
272
272
run : |
273
273
./scripts/cleanup_wsl.ps1
You can’t perform that action at this time.
0 commit comments