From fe7811b4af0d4553a2405a4912d548607c2cd515 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Jul 2021 13:24:24 +0200 Subject: [PATCH] chore(build): increase timeout for publish task (#968) --- .evergreen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.evergreen.yml b/.evergreen.yml index 2d119c832..84e5689c1 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -1343,6 +1343,7 @@ tasks: - name: release_publish tags: ["publish"] git_tag_only: true + exec_timeout_secs: 7200 commands: - func: checkout - func: install