| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -112,6 +112,7 @@ jobs: | |||
| 112 | 112 | - uses: actions/checkout@v2 | |
| 113 | 113 | - name: Build CPython | |
| 114 | 114 | run: .\PCbuild\build.bat -e -p Win32 | |
| 115 | + timeout-minutes: 30 | ||
| 115 | 116 | - name: Display build info | |
| 116 | 117 | run: .\python.bat -m test.pythoninfo | |
| 117 | 118 | - name: Tests | |
@@ -130,6 +131,7 @@ jobs: | |||
| 130 | 131 | run: echo "::add-matcher::.github/problem-matchers/msvc.json" | |
| 131 | 132 | - name: Build CPython | |
| 132 | 133 | run: .\PCbuild\build.bat -e -p x64 | |
| 134 | + timeout-minutes: 30 | ||
| 133 | 135 | - name: Display build info | |
| 134 | 136 | run: .\python.bat -m test.pythoninfo | |
| 135 | 137 | - name: Tests | |
| Back | FazBrowse Home | New Git URL |
0 commit comments