Skip to content

Commit 46e9711

Browse files
committed
CI: run 500 examples on NumPy and PyTorch; 50 on Dask
1 parent c5e7613 commit 46e9711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
description: Multiline string of environment variables to set for the test run.
3838

3939
env:
40-
PYTEST_ARGS: "--max-examples 200 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 10"
40+
PYTEST_ARGS: "--max-examples 500 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
4141

4242
jobs:
4343
tests:

0 commit comments

Comments
 (0)