Skip to content

Commit 832cb00

Browse files
committed
ci: allow slow preset shard to finish
1 parent 9653c5c commit 832cb00

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/e2e-matrix.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ jobs:
4040
name: Preset matrix (smoke, self-hosted macOS)
4141
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
4242
runs-on: [self-hosted, macOS, ARM64, cppmega-mlx-macos]
43-
timeout-minutes: 25
43+
# Shard 1 contains the slowest generated preset cells and takes ~21 minutes
44+
# after setup on the shared Mac Studio. Keep the timeout above measured test
45+
# time so the self-hosted runner reports an actual verdict instead of a
46+
# scheduler cancellation.
47+
timeout-minutes: 40
4448
strategy:
4549
fail-fast: false
4650
matrix:

0 commit comments

Comments
 (0)