Skip to content

Commit 49b8b55

Browse files
authored
Increase linkcheck timeout (#2336)
- timeouts have been the reason for the latest failures - time is not an issue anymore because it runs daily and does not block merge requests #2329
1 parent ef17533 commit 49b8b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,5 +413,5 @@ def setup(app: Sphinx) -> Dict[str, Any]:
413413

414414
# we have had issues with linkcheck timing and retries on www.gnu.org
415415
linkcheck_retries = 1
416-
linkcheck_timeout = 5
416+
linkcheck_timeout = 30
417417
linkcheck_report_timeouts_as_broken = True

0 commit comments

Comments
 (0)