Skip to content

Commit 8a69f76

Browse files
authored
Cap Github Action Jobs at 10 minutes
Currently jobs run for 360 minutes if something gets stuck. This lowers that limit to something more reasonable.
1 parent 9cd6b91 commit 8a69f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
DOTNET_NOLOGO: true
2121
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2222
DISPLAY: ':99.0'
23+
timeout-minutes: 10
2324
steps:
2425
- name: Checkout PowerShellEditorServices
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)