Mercurial > p > roundup > code
changeset 7956:9166e0100e01
test: 1.4.18 get xapian working under github actions and python 3.13
issue2551338 xapian doesn't build in CI for 3.13 python
Change to allow 1 hour of tmate ssh debugging before session is disconected.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 May 2024 20:08:41 -0400 |
| parents | 694bbda71bf7 |
| children | 9fd7c05c4504 |
| files | .github/workflows/build-xapian.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/build-xapian.yml Sun May 12 19:46:02 2024 -0400 +++ b/.github/workflows/build-xapian.yml Sun May 12 20:08:41 2024 -0400 @@ -71,7 +71,7 @@ - name: Setup tmate session uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - timeout-minutes: 10 + timeout-minutes: 60 with: limit-access-to-actor: true
