Skip to content

Commit ab304c1

Browse files
committed
CI: bump the number of examples on torch and dask
1 parent c5e7613 commit ab304c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/array-api-tests-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# workflow is barely more than a smoke test, and one should expect extreme
1515
# flakiness. Before changes to dask-xfails.txt or dask-skips.txt, please run
1616
# the full test suite with at least 200 examples.
17-
pytest-extra-args: --max-examples=5
17+
pytest-extra-args: --max-examples=50
1818
python-versions: '[''3.10'', ''3.13'']'
1919
extra-env-vars: |
2020
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-torch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
with:
99
package-name: torch
1010
extra-requires: '--index-url https://download.pytorch.org/whl/cpu'
11+
pytest-extra-args: --max-examples=400
1112
extra-env-vars: |
1213
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64
1314
ARRAY_API_TESTS_XFAIL_MARK=skip

0 commit comments

Comments
 (0)