Skip to content

Commit afd0031

Browse files
committed
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]
1 parent cb73077 commit afd0031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-xapian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup tmate session
7272
uses: mxschmitt/action-tmate@v3
7373
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
74-
timeout-minutes: 10
74+
timeout-minutes: 60
7575
with:
7676
limit-access-to-actor: true
7777

0 commit comments

Comments
 (0)