Skip to content

Commit 7a1886e

Browse files
p-mongop
andauthored
Fix evergreen timeouts in the configs (#2339)
Co-authored-by: Oleg Pudeyev <code@olegp.name>
1 parent 5cf370d commit 7a1886e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pre_error_fails_task: true
1414
command_type: system
1515

1616
# Protect ourself against rogue test case, or curl gone wild, that runs forever.
17-
# 45 minutes is the longest we'll ever run
1817
exec_timeout_secs: 2700
1918

2019

.evergreen/config/common.yml.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ command_type: system
1212

1313
# Protect ourself against rogue test case, or curl gone wild, that runs forever.
1414
<% if @atlas %>
15-
# 20 minutes is the longest we'll ever run
16-
exec_timeout_secs: 1200
15+
exec_timeout_secs: 1800
1716
<% else %>
18-
# 45 minutes is the longest we'll ever run
1917
exec_timeout_secs: 2700
2018
<% end %>
2119

0 commit comments

Comments
 (0)