ci: doc-build: set timeout to 30 minutes
Give documentation build up to 30 minutes to finish. This should improve the user experience when Sphinx hangs due to broken references, a problem that needs some investigation. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
f35cdfc1e4
commit
f6dd3bc982
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
||||||
doc-build-html:
|
doc-build-html:
|
||||||
name: "Documentation Build (HTML)"
|
name: "Documentation Build (HTML)"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
@ -89,6 +90,7 @@ jobs:
|
||||||
name: "Documentation Build (PDF)"
|
name: "Documentation Build (PDF)"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: texlive/texlive:latest
|
container: texlive/texlive:latest
|
||||||
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
Loading…
Reference in a new issue