Skip to content

Commit 6e9fa74

Browse files
raballewclaude
andcommitted
ci: bump e2e timeout from 30m to 35m
The PTY fix adds a 2s grace period after each hook subprocess exits, giving the macOS PTY kernel buffer time to deliver data. With ~24 hook e2e tests running both beforeLease and afterLease hooks, this adds ~2-3 minutes total. Bump the timeout to accommodate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2b33f9a commit 6e9fa74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
include: ${{ fromJson(needs.changes.outputs.e2e-matrix) }}
5959
runs-on: ${{ matrix.os }}
60-
timeout-minutes: 30
60+
timeout-minutes: 35
6161
steps:
6262
- name: Checkout repository
6363
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
@@ -96,7 +96,7 @@ jobs:
9696
matrix:
9797
include: ${{ fromJson(needs.changes.outputs.e2e-matrix) }}
9898
runs-on: ${{ matrix.os }}
99-
timeout-minutes: 30
99+
timeout-minutes: 35
100100
steps:
101101
- name: Checkout repository
102102
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

0 commit comments

Comments
 (0)