We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15e14a commit 23fe359Copy full SHA for 23fe359
.evergreen/.evg.yml
@@ -1542,6 +1542,8 @@ tasks:
1542
# Do not rename this task – renaming resets the performance time series
1543
- name: "perf"
1544
tags: ["perf"]
1545
+ # Benchmark could exceed 1 hour of execution.
1546
+ exec_timeout_secs: 7200
1547
commands:
1548
- func: "bootstrap mongo-orchestration"
1549
vars:
@@ -1554,6 +1556,8 @@ tasks:
1554
1556
1555
1557
- name: "perf-netty"
1558
tags: [ "perf" ]
1559
1560
1561
1562
1563
0 commit comments