Skip to content

Commit

Permalink
test: 1.4.18 get xapian working under github actions and python 3.13
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
rouilj committed May 13, 2024
1 parent cb73077 commit afd0031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-xapian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- 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

Expand Down

0 comments on commit afd0031

Please sign in to comment.