We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max-examples
1 parent 84ca719 commit a975551Copy full SHA for a975551
.github/workflows/linux.yml
@@ -253,7 +253,7 @@ jobs:
253
PYTHONWARNINGS: 'ignore::UserWarning::,ignore::DeprecationWarning::,ignore::RuntimeWarning::'
254
run: |
255
cd ${GITHUB_WORKSPACE}/array-api-tests
256
- pytest array_api_tests -v -c pytest.ini --ci --max-examples=50 --derandomize --disable-deadline --xfails-file ${GITHUB_WORKSPACE}/tools/ci/array-api-xfails.txt
+ pytest array_api_tests -v -c pytest.ini --ci --max-examples=100 --derandomize --disable-deadline --xfails-file ${GITHUB_WORKSPACE}/tools/ci/array-api-xfails.txt
257
258
custom_checks:
259
needs: [smoke_test]
0 commit comments