Skip to content

Commit 15eff4e

Browse files
committed
Increase max examples to 300
1 parent 2303be2 commit 15eff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: |
4343
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
4444
cd ${GITHUB_WORKSPACE}/array-api-tests
45-
pytest --max-examples 200 -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/
45+
pytest --max-examples 300 -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/

0 commit comments

Comments
 (0)