File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments