Skip to content

Commit 230691a

Browse files
committed
Increase some timeouts
1 parent 163ecf3 commit 230691a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- run: poe lint
6868
- run: mkdir junit-xml
6969
- run: poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
70-
timeout-minutes: 15
70+
timeout-minutes: 20
7171
# Time skipping doesn't yet support ARM
7272
- if: ${{ !endsWith(matrix.os, '-arm') }}
7373
run: poe test ${{matrix.pytestExtraArgs}} -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
@@ -102,7 +102,7 @@ jobs:
102102
poe gen-protos
103103
[[ -z $(git status --porcelain temporalio) ]] || (git diff temporalio; echo "Protos changed"; exit 1)
104104
poe test -s --ignore=tests/contrib/google_adk_agents/
105-
timeout-minutes: 10
105+
timeout-minutes: 15
106106

107107
# Do docs stuff (only on one host)
108108
- name: Build API docs

0 commit comments

Comments
 (0)