commit 3456e384f38ef8f28bf045bd49854f2ae2644a13 parent 3ea7bc6a3bb8ebf52df3be74402d9c7c508ba15b Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 31 Dec 2018 08:27:45 +0100 Increase timeout in attempt to fix gitlab-ci issues Diffstat:
M | config.toml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.toml b/config.toml @@ -1,6 +1,7 @@ theme = "tale-mod" defaultContentLanguage = "en" baseURL = "https://andersdamsgaard.com/" +timeout=30000 [params] author = "Anders Damsgaard"