Skip to content

Commit 23fe359

Browse files
authored
Increase perf task timeout. (#1676)
JAVA-5844
1 parent c15e14a commit 23fe359

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/.evg.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,8 @@ tasks:
15421542
# Do not rename this task – renaming resets the performance time series
15431543
- name: "perf"
15441544
tags: ["perf"]
1545+
# Benchmark could exceed 1 hour of execution.
1546+
exec_timeout_secs: 7200
15451547
commands:
15461548
- func: "bootstrap mongo-orchestration"
15471549
vars:
@@ -1554,6 +1556,8 @@ tasks:
15541556

15551557
- name: "perf-netty"
15561558
tags: [ "perf" ]
1559+
# Benchmark could exceed 1 hour of execution.
1560+
exec_timeout_secs: 7200
15571561
commands:
15581562
- func: "bootstrap mongo-orchestration"
15591563
vars:

0 commit comments

Comments
 (0)