Skip to content

Commit 62b1dff

Browse files
authored
chore(ci): bump publish task timeout to 1d (#1214)
The mongosh 1.2.0 failed because the publishing task failed after three hours (!). This is a good reminder to poke the build team about BUILD-13863 again, but for now, it seems like we have to set the timeout to something that seems really unrealistically high.
1 parent 5e904ad commit 62b1dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8206,7 +8206,7 @@ tasks:
82068206
- name: release_publish
82078207
tags: ["publish"]
82088208
git_tag_only: true
8209-
exec_timeout_secs: 10800
8209+
exec_timeout_secs: 86400
82108210
depends_on:
82118211
- name: compile_ts
82128212
variant: linux

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ tasks:
836836
- name: release_publish
837837
tags: ["publish"]
838838
git_tag_only: true
839-
exec_timeout_secs: 10800
839+
exec_timeout_secs: 86400
840840
depends_on:
841841
- name: compile_ts
842842
variant: linux

0 commit comments

Comments
 (0)