Skip to content

Fix evergreen timeouts in the configs #2339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pre_error_fails_task: true
command_type: system

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


Expand Down
4 changes: 1 addition & 3 deletions .evergreen/config/common.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ command_type: system

# Protect ourself against rogue test case, or curl gone wild, that runs forever.
<% if @atlas %>
# 20 minutes is the longest we'll ever run
exec_timeout_secs: 1200
exec_timeout_secs: 1800
<% else %>
# 45 minutes is the longest we'll ever run
exec_timeout_secs: 2700
<% end %>

Expand Down