Skip to content

Commit b8a9efe

Browse files
author
Luca Forstner
committed
Bump build timeout
1 parent b7a3564 commit b8a9efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
name: Build
186186
needs: [job_get_metadata, job_install_deps]
187187
runs-on: ubuntu-20.04
188-
timeout-minutes: 20
188+
timeout-minutes: 30
189189
steps:
190190
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
191191
uses: actions/checkout@v3

0 commit comments

Comments
 (0)