diff options
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" |