Set a shorter timeout on this build (6h by default). (#1501)

Automerge of PR #1501 by @JulienPalard

It should not take long, but we've seen it timeouting (probably for
another reason that really taking 6+ hours), so a shorter timeout may
be sane here.
This commit is contained in:
Julien Palard 2020-12-14 11:01:33 +01:00 committed by GitHub
parent 02aa080d66
commit 02264afd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ jobs:
sphinx:
name: 'Génération de la doc (sphinx)'
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2