git: 4971f6343d - main - doc: Increase Hugo timeout for default builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Apr 2023 00:55:07 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=4971f6343dece816408558d702d78732cfffe652 commit 4971f6343dece816408558d702d78732cfffe652 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-04-25 00:50:20 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-04-25 00:50:20 +0000 doc: Increase Hugo timeout for default builds Some developers and contributors have reported experiencing timeouts when using cloud VMs with low resources. Configure the same timeout as that used for offline builds. --- documentation/config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml index d8b8548110..6949019e99 100644 --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/config.toml @@ -12,7 +12,7 @@ authors = [ "carlavilla@FreeBSD.org" ] ignoreFiles = [ "chapter.adoc$", "contrib-386bsd.adoc$", "contrib-additional.adoc$", "contrib-committers.adoc$", "contrib-corealumni.adoc$", "contrib-develalumni.adoc$", "contrib-develinmemoriam.adoc$", "contrib-portmgralumni.adoc$", "\\.po$" ] enableRobotsTXT = true enableGitInfo = true -timeout = 60000 +timeout = 180000 [params] websiteURL = "https://www.FreeBSD.org"