We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df95391 commit 37c141eCopy full SHA for 37c141e
.github/workflows/ci.yaml
@@ -123,7 +123,7 @@ jobs:
123
name: "Test integration"
124
needs: build-python
125
runs-on: ubuntu-latest-16-cores
126
- timeout-minutes: 10
+ timeout-minutes: 20
127
steps:
128
- uses: actions/checkout@v4
129
with:
tox.ini
@@ -12,7 +12,7 @@ source =
12
.tox/*/lib/python*/site-packages/cog
13
14
[pytest]
15
-addopts = --timeout=10
+addopts = --timeout=20
16
17
[testenv]
18
package = wheel
0 commit comments