From 9ad4717f90f771550b62a3332e77c0e0eb7e8b0f Mon Sep 17 00:00:00 2001 From: emadum Date: Tue, 26 Jan 2021 17:34:03 -0500 Subject: [PATCH] chore(ci): bump exec_timeout_secs to 20min --- .evergreen/config.yml | 2 +- .evergreen/config.yml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 5107a59ea7..5099e90815 100644 --- a/.evergreen/config.yml +++ b/.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: diff --git a/.evergreen/config.yml.in b/.evergreen/config.yml.in index 97685e1b6b..1c0bc712a2 100644 --- a/.evergreen/config.yml.in +++ b/.evergreen/config.yml.in @@ -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: