Skip to content

Commit 2f0cb56

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yml

+1
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)