Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02264af

Browse files
authored
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.
1 parent 02aa080 commit 02264af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
sphinx:
5959
name: 'Génération de la doc (sphinx)'
6060
runs-on: ubuntu-latest
61+
timeout-minutes: 30
6162
steps:
6263
- uses: actions/checkout@v2
6364
- uses: actions/cache@v2

0 commit comments

Comments
 (0)