diff options
author | David Bradford <david.bradford@mongodb.com> | 2022-03-24 08:48:20 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-03-24 15:23:55 +0000 |
commit | eccbb866108ef390725c3bfba2e1ee8be82d0d00 (patch) | |
tree | f8946cd8bad49bd054f95628a4de8018818fda8d /etc | |
parent | 88ceb76b2dda01c4463282e02a9b7895ff7bd78a (diff) | |
download | mongo-eccbb866108ef390725c3bfba2e1ee8be82d0d00.tar.gz |
SERVER-64861: Increase the timeout of benchmark_orphaned suite
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 971b5dfd5aa..9956f38c752 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -3187,7 +3187,7 @@ tasks: - func: "run tests" vars: suite: benchmarks - exec_timeout_secs: 10800 # 3 hour timeout. + exec_timeout_secs: 14400 # 4 hour timeout. resmoke_jobs_max: 1 - func: "send benchmark results" - func: "analyze benchmark results" |