From c822aeb141758bcc3218f7ae0b23abb7930d9e4d Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 24 Nov 2017 14:17:42 -0500 Subject: [PATCH] Update config --- config.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index fcef604..edb28f8 100644 --- a/config.example.json +++ b/config.example.json @@ -7,7 +7,8 @@ }, "nix": { "system": "x86_64-linux", - "remote": "daemon" + "remote": "daemon", + "build_timeout_seconds": 1800 }, "rabbitmq": { "ssl": true,