Skip to content

Commit 37c141e

Browse files
authored
Increase test timeouts (#1992)
* Increase test timeouts to 20 minutes to allow for new tests focused around timeliness concepts such as waiting for events.
1 parent df95391 commit 37c141e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
name: "Test integration"
124124
needs: build-python
125125
runs-on: ubuntu-latest-16-cores
126-
timeout-minutes: 10
126+
timeout-minutes: 20
127127
steps:
128128
- uses: actions/checkout@v4
129129
with:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source =
1212
.tox/*/lib/python*/site-packages/cog
1313

1414
[pytest]
15-
addopts = --timeout=10
15+
addopts = --timeout=20
1616

1717
[testenv]
1818
package = wheel

0 commit comments

Comments
 (0)