Skip to content

Commit 609027b

Browse files
committed
Update hugo build timeout
According to https://gohugo.io/getting-started/configuration/#timeout, the timeout value should be a duration (e.g. `100s`) or number of milliseconds. Current value of 30000 translates to 30 seconds. This PR updates the timeout in hope it resolves the netlify preview issues that show up frequently during past weeks.
1 parent 62f72f3 commit 609027b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
1515

1616
ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
1717

18-
timeout = 3000
18+
timeout = "180s"
1919

2020
# Highlighting config.
2121
pygmentsCodeFences = true

0 commit comments

Comments
 (0)