We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44e9299 + ac493c1 commit a657ec2Copy full SHA for a657ec2
.github/workflows/array-api-tests.yml
@@ -3,7 +3,7 @@ name: Array API Tests
3
on: [push, pull_request]
4
5
env:
6
- PYTEST_ARGS: "-v -rxXfE --ci --hypothesis-disable-deadline"
+ PYTEST_ARGS: "-v -rxXfE --ci --hypothesis-disable-deadline --max-examples 200"
7
8
jobs:
9
array-api-tests:
0 commit comments