Skip to content

Commit

Permalink
Increase test timeouts (#1992)
Browse files Browse the repository at this point in the history
* Increase test timeouts to 20 minutes to allow
for new tests focused around timeliness concepts
such as waiting for events.
  • Loading branch information
8W9aG authored Oct 15, 2024
1 parent df95391 commit 37c141e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: "Test integration"
needs: build-python
runs-on: ubuntu-latest-16-cores
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source =
.tox/*/lib/python*/site-packages/cog

[pytest]
addopts = --timeout=10
addopts = --timeout=20

[testenv]
package = wheel
Expand Down

0 comments on commit 37c141e

Please sign in to comment.