You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/12/02 13:42:55 UTC

[camel-website] branch master updated: chore: increase timout in Hugo

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a48c505  chore: increase timout in Hugo
a48c505 is described below

commit a48c505e0bb66d596cf5dbc4fd74452d5da55462
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Dec 2 14:41:53 2019 +0100

    chore: increase timout in Hugo
    
    Seems that on the CI server default timeout 10s is not enough to
    complete the build, this increases the timeout to 30s.
---
 config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.toml b/config.toml
index 5455a79..8c2f56f 100644
--- a/config.toml
+++ b/config.toml
@@ -6,6 +6,7 @@ disablePathToLower = true
 staticDir = ["static", "documentation"]
 disableKinds = ["taxonomyTerm"]
 enableRobotsTXT = true
+timeout = 30000
 
 [params]
     socialProfiles = ["https://twitter.com/ApacheCamel"]