Skip to content

Commit 956e60d

Browse files
authored
chore: bump the release timeout to 3 hours (#1160)
1 parent edc589a commit 956e60d

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
@@ -8204,7 +8204,7 @@ tasks:
82048204
- name: release_publish
82058205
tags: ["publish"]
82068206
git_tag_only: true
8207-
exec_timeout_secs: 7200
8207+
exec_timeout_secs: 10800
82088208
depends_on:
82098209
- name: compile_ts
82108210
variant: linux

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ tasks:
834834
- name: release_publish
835835
tags: ["publish"]
836836
git_tag_only: true
837-
exec_timeout_secs: 7200
837+
exec_timeout_secs: 10800
838838
depends_on:
839839
- name: compile_ts
840840
variant: linux

0 commit comments

Comments
 (0)