Skip to content

Commit

Permalink
chore(ci): bump exec_timeout_secs to 20min
Browse files Browse the repository at this point in the history
  • Loading branch information
emadum committed Jan 27, 2021
1 parent 81299d0 commit 9ad4717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/config.yml
@@ -1,6 +1,6 @@
stepback: true
command_type: system
exec_timeout_secs: 900
exec_timeout_secs: 1200
timeout:
- command: shell.exec
params:
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/config.yml.in
Expand Up @@ -11,7 +11,7 @@ command_type: system
# Protect ourself against rogue test case, or curl gone wild, that runs forever
# Good rule of thumb: the averageish length a task takes, times 5
# That roughly accounts for variable system performance for various buildvariants
exec_timeout_secs: 900
exec_timeout_secs: 1200

# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
timeout:
Expand Down

0 comments on commit 9ad4717

Please sign in to comment.