Skip to content

Commit 626069f

Browse files
committed
up the # of examples to 1000 (np/torch), 200 (dask)
1 parent c9fbda5 commit 626069f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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=50 -n 4
17+
pytest-extra-args: --max-examples=200 -n 4
1818
python-versions: '[''3.10'', ''3.13'']'
1919
extra-env-vars: |
2020
ARRAY_API_TESTS_XFAIL_MARK=skip

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

+1-1
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 500 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
40+
PYTEST_ARGS: "--max-examples 1000 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
4141

4242
jobs:
4343
tests:

0 commit comments

Comments
 (0)