Skip to content
Permalink
Browse files
Add a (conservative) timeout for Windows builds on GitHub Actions (GH…
  • Loading branch information
mdickinson committed Jan 9, 2022
1 parent 3d11c1b commit 0ea2ef5fa81c72126e038c1a853e46c19bd4767e
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/build.yml
@@ -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

0 comments on commit 0ea2ef5

Please sign in to comment.