Skip to content

Commit

Permalink
Merge pull request #7649 from drew2a/fix/pytest_timeout
Browse files Browse the repository at this point in the history
Increase the timeout for `pytest.yml`
  • Loading branch information
drew2a committed Oct 26, 2023
2 parents 10fef84 + 3f886d2 commit 9b5657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
PYTEST_SENTRY_DSN: ${{secrets.PYTEST_SENTRY_DSN}}

timeout-minutes: 10
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9b5657b

Please sign in to comment.