Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ea2ef5

Browse files
authored
Add a (conservative) timeout for Windows builds on GitHub Actions (GH-30301)
1 parent 3d11c1b commit 0ea2ef5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
- uses: actions/checkout@v2
113113
- name: Build CPython
114114
run: .\PCbuild\build.bat -e -p Win32
115+
timeout-minutes: 30
115116
- name: Display build info
116117
run: .\python.bat -m test.pythoninfo
117118
- name: Tests
@@ -130,6 +131,7 @@ jobs:
130131
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
131132
- name: Build CPython
132133
run: .\PCbuild\build.bat -e -p x64
134+
timeout-minutes: 30
133135
- name: Display build info
134136
run: .\python.bat -m test.pythoninfo
135137
- name: Tests

0 commit comments

Comments
 (0)