Skip to content

Commit ce985b7

Browse files
Bump CI timeout backstop to 30 minutes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 07808a7 commit ce985b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
os: [ windows-latest, macos-latest, ubuntu-latest ]
1616
runs-on: ${{ matrix.os }}
17-
# A normal run finishes in well under 15 minutes (Windows, the slowest, is
18-
# ~12-14 minutes); this caps a hung test at 15 minutes instead of letting it
19-
# ride GitHub's 6-hour default.
20-
timeout-minutes: 15
17+
# A normal run finishes in well under 30 minutes (Windows, the slowest, is
18+
# ~12-14 minutes); this caps a hung test instead of letting it ride
19+
# GitHub's 6-hour default.
20+
timeout-minutes: 30
2121
env:
2222
DOTNET_NOLOGO: true
2323
DOTNET_GENERATE_ASPNET_CERTIFICATE: false

0 commit comments

Comments
 (0)