Skip to content

Commit a657ec2

Browse files
authored
Merge pull request #34 from asmeurer/max-examples
Increase the array-api-tests max-examples
2 parents 44e9299 + ac493c1 commit a657ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests
33
on: [push, pull_request]
44

55
env:
6-
PYTEST_ARGS: "-v -rxXfE --ci --hypothesis-disable-deadline"
6+
PYTEST_ARGS: "-v -rxXfE --ci --hypothesis-disable-deadline --max-examples 200"
77

88
jobs:
99
array-api-tests:

0 commit comments

Comments
 (0)