summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-05-12 09:39:52 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-13 14:42:45 +0000
commit580353e16b6c2e6cdea2a043c95115636dfa7549 (patch)
tree0a18ef26a65f6ed891c84ba05e9762c4d4b4dc8f /etc/evergreen.yml
parent9de51dbf7c5f175d419eb6613fdcb68608139661 (diff)
downloadmongo-580353e16b6c2e6cdea2a043c95115636dfa7549.tar.gz
SERVER-55945 increase timeout of benchmarks_orphaned
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 8daef762a59..a8959d43d2a 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -780,7 +780,7 @@ functions:
"update task timeout": &update_task_timeout
command: timeout.update
params:
- exec_timeout_secs: ${timeout_secs}
+ exec_timeout_secs: ${exec_timeout_secs}
### Set expansion macros used in each task.
### Note that this function will override task expansions set in update_bypass_expansions
@@ -3026,6 +3026,7 @@ tasks:
- func: "do benchmark setup"
- func: "run tests"
vars:
+ exec_timeout_secs: 10800 # 3 hour timeout.
resmoke_args: --suites=benchmarks
resmoke_jobs_max: 1
- func: "send benchmark results"