mirror of https://github.com/python/cpython
Add a (conservative) timeout for Windows builds on GitHub Actions (GH-30301)
This commit is contained in:
parent
3d11c1b8b4
commit
0ea2ef5fa8
|
@ -112,6 +112,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Build CPython
|
||||
run: .\PCbuild\build.bat -e -p Win32
|
||||
timeout-minutes: 30
|
||||
- name: Display build info
|
||||
run: .\python.bat -m test.pythoninfo
|
||||
- name: Tests
|
||||
|
@ -130,6 +131,7 @@ jobs:
|
|||
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
|
||||
- name: Build CPython
|
||||
run: .\PCbuild\build.bat -e -p x64
|
||||
timeout-minutes: 30
|
||||
- name: Display build info
|
||||
run: .\python.bat -m test.pythoninfo
|
||||
- name: Tests
|
||||
|
|
Loading…
Reference in New Issue