diff --git a/.evergreen.yml b/.evergreen.yml index 45cea67a9..7a84215df 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -8206,7 +8206,7 @@ tasks: - name: release_publish tags: ["publish"] git_tag_only: true - exec_timeout_secs: 10800 + exec_timeout_secs: 86400 depends_on: - name: compile_ts variant: linux diff --git a/.evergreen/evergreen.yml.in b/.evergreen/evergreen.yml.in index b4f3289ea..775f15b42 100644 --- a/.evergreen/evergreen.yml.in +++ b/.evergreen/evergreen.yml.in @@ -836,7 +836,7 @@ tasks: - name: release_publish tags: ["publish"] git_tag_only: true - exec_timeout_secs: 10800 + exec_timeout_secs: 86400 depends_on: - name: compile_ts variant: linux