From 1ed6a15cb0247a987c129315518c25b36ac7a9c7 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Sat, 25 Oct 2025 11:13:22 -0700 Subject: [PATCH] fix tests --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04038af..6c28426 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,11 @@ jobs: build: runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 60 strategy: fail-fast: false matrix: - group: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] + group: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] steps: - uses: actions/checkout@v4 @@ -24,4 +24,4 @@ jobs: python -m uv pip install -e .[test] - name: Test with pytest run: | - python -m pytest --num-shards 10 --shard-id ${{ matrix.group }} tests/ + python -m pytest --num-shards 20 --shard-id ${{ matrix.group }} tests/