File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
# workflow is barely more than a smoke test, and one should expect extreme
15
15
# flakiness. Before changes to dask-xfails.txt or dask-skips.txt, please run
16
16
# 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
18
18
python-versions : ' ['' 3.10'' , '' 3.13'' ]'
19
19
extra-env-vars : |
20
20
ARRAY_API_TESTS_XFAIL_MARK=skip
Original file line number Diff line number Diff line change 37
37
description : Multiline string of environment variables to set for the test run.
38
38
39
39
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"
41
41
42
42
jobs :
43
43
tests :
You can’t perform that action at this time.
0 commit comments