Skip to content

Commit

Permalink
Disable the hypothesis deadline on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jan 23, 2024
1 parent 7f9c103 commit bd14a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Array API Tests
on: [push, pull_request]

env:
PYTEST_ARGS: "-v -rxXfE --ci"
PYTEST_ARGS: "-v -rxXfE --ci --hypothesis-disable-deadline"

jobs:
array-api-tests:
Expand Down

0 comments on commit bd14a17

Please sign in to comment.