From dd38517eed01a0681586291178fbe15d44a253b1 Mon Sep 17 00:00:00 2001 From: Sukrit Khera Date: Wed, 3 Aug 2016 08:35:25 -0700 Subject: [PATCH] Bump up timeout for updating timestamp --- config/config-docker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config-docker.json b/config/config-docker.json index b6ac26a..26b1056 100644 --- a/config/config-docker.json +++ b/config/config-docker.json @@ -9,7 +9,7 @@ }, "checkout": { "cmd": "git checkout -f {{commit}} && update-git-ts.sh", - "timeout": "120000", + "timeout": "240000", "retries": 0 }, "build": {