Skip to content

Commit f8815df

Browse files
committed
ci
1 parent 1afc9e5 commit f8815df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/.github/workflows/ci.yaml.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
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:
@@ -89,6 +90,7 @@ jobs:
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 %}

0 commit comments

Comments
 (0)