File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
template/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4747 JOB_MATCHING_DEV_ENV: true
4848
4949 runs-on: ${{ matrix.os }}
50+ timeout-minutes: {% endraw %} {{ gha_medium_timeout_minutes }}{% raw %}
5051 env:
5152 UV_PYTHON: ${{ matrix.python-version }}
5253 steps:
8990 - {{ item }}
9091{% endfor %}{% raw %}
9192 runs-on: ${{ matrix.os }}
93+ timeout-minutes: {% endraw %} {{ gha_medium_timeout_minutes }}{% raw %}
9294 env:
9395 UV_PYTHON: ${{ matrix.python-version }}
9496
@@ -124,6 +126,7 @@ jobs:
124126{% endfor %}{% raw %}
125127
126128 runs-on: {% endraw %} {{ gha_linux_runner }}{% raw %}
129+ timeout-minutes: {% endraw %} {{ gha_medium_timeout_minutes }}{% raw %}
127130 env:
128131 UV_PYTHON: ${{ matrix.python-version }}
129132
@@ -154,6 +157,7 @@ jobs:
154157 - build-docs{% endif %}{% if is_frozen_executable %}
155158 - executable{% endif %}{% raw %}
156159 if: always()
160+ timeout-minutes: {% endraw %} {{ gha_short_timeout_minutes }}{% raw %}
157161 steps:
158162 - name: fail if prior job failure
159163 if: needs.test.result != 'success'{% endraw %}{% if create_docs %} || needs.build-docs.result != 'success'{% endif %}{% if is_frozen_executable %} || needs.executable.result != 'success'{% endif %}{% raw %}
You can’t perform that action at this time.
0 commit comments