Skip to content

Commit 6b7cb2c

Browse files
committed
bump timeout
1 parent c6c7a8c commit 6b7cb2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,7 @@ tasks:
33233323
tags:
33243324
- run-spec-benchmark-tests
33253325
- performance
3326-
exec_timeout_secs: 3600
3326+
exec_timeout_secs: 18000
33273327
commands:
33283328
- command: expansions.update
33293329
type: setup

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ function addPerformanceTasks() {
756756
const makePerfTaskNEW = (name, MONGODB_CLIENT_OPTIONS) => ({
757757
name,
758758
tags: ['run-spec-benchmark-tests', 'performance'],
759-
exec_timeout_secs: 3600,
759+
exec_timeout_secs: 18000,
760760
commands: [
761761
updateExpansions({
762762
NODE_LTS_VERSION: 'v22.11.0',

0 commit comments

Comments
 (0)