Skip to content

Commit fb5f25b

Browse files
authored
Merge pull request #35773 from tengqm/update-timeout
Update hugo build timeout
2 parents a516999 + 609027b commit fb5f25b

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)