Skip to content

Commit 2e0ae38

Browse files
committed
raise timeouts
1 parent 3dac770 commit 2e0ae38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
# Even though the linter only checks source code, not built code, it needs the built code in order check that all
293293
# inter-package dependencies resolve cleanly.
294294
needs: [job_get_metadata, job_build]
295-
timeout-minutes: 10
295+
timeout-minutes: 20
296296
runs-on: ubuntu-24.04
297297
steps:
298298
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})

0 commit comments

Comments
 (0)