diff --git a/.evergreen/.evg.yml b/.evergreen/.evg.yml index a34889bd23..d659a608cc 100644 --- a/.evergreen/.evg.yml +++ b/.evergreen/.evg.yml @@ -1542,6 +1542,8 @@ tasks: # Do not rename this task – renaming resets the performance time series - name: "perf" tags: ["perf"] + # Benchmark could exceed 1 hour of execution. + exec_timeout_secs: 7200 commands: - func: "bootstrap mongo-orchestration" vars: @@ -1554,6 +1556,8 @@ tasks: - name: "perf-netty" tags: [ "perf" ] + # Benchmark could exceed 1 hour of execution. + exec_timeout_secs: 7200 commands: - func: "bootstrap mongo-orchestration" vars: