Add a timeout of 30 min
For all CI jobs. Based on some eye-balling 30 minutes should be enough time for all jobs to complete.
This commit is contained in:
parent
d2fd19b7d7
commit
628afae9d3
27 changed files with 42 additions and 0 deletions
1
.github/workflows/__javascript-source-root.yml
generated
vendored
1
.github/workflows/__javascript-source-root.yml
generated
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
version: nightly-latest
|
||||
name: Custom source root
|
||||
timeout-minutes: 30
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue