Skip to content

Commit 0c50cdb

Browse files
committed
chore: bump timeout
1 parent 37fd835 commit 0c50cdb

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.evergreen/config.in.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ command_type: system
1111
# Protect ourself against rogue test case, or curl gone wild, that runs forever
1212
# Good rule of thumb: the averageish length a task takes, times 5
1313
# That roughly accounts for variable system performance for various buildvariants
14-
exec_timeout_secs: 2100
14+
exec_timeout_secs: 7200
1515

1616
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
1717
timeout:
@@ -474,7 +474,7 @@ functions:
474474
AWS_CREDENTIAL_TYPE: regular
475475
working_dir: "src"
476476
binary: bash
477-
args:
477+
args:
478478
- .evergreen/run-mongodb-aws-test.sh
479479

480480
"run aws auth test with assume role credentials":
@@ -489,7 +489,7 @@ functions:
489489
AWS_CREDENTIAL_TYPE: assume-role
490490
working_dir: "src"
491491
binary: bash
492-
args:
492+
args:
493493
- .evergreen/run-mongodb-aws-test.sh
494494

495495
"run aws auth test with aws EC2 credentials":
@@ -520,7 +520,7 @@ functions:
520520
AWS_CREDENTIAL_TYPE: env-creds
521521
working_dir: "src"
522522
binary: bash
523-
args:
523+
args:
524524
- .evergreen/run-mongodb-aws-test.sh
525525

526526
"run aws auth test with aws credentials and session token as environment variables":
@@ -535,7 +535,7 @@ functions:
535535
AWS_CREDENTIAL_TYPE: session-creds
536536
working_dir: "src"
537537
binary: bash
538-
args:
538+
args:
539539
- .evergreen/run-mongodb-aws-test.sh
540540

541541
"run aws auth test AssumeRoleWithWebIdentity with AWS_ROLE_SESSION_NAME set":
@@ -551,7 +551,7 @@ functions:
551551
AWS_ROLE_SESSION_NAME: test
552552
working_dir: "src"
553553
binary: bash
554-
args:
554+
args:
555555
- .evergreen/run-mongodb-aws-test.sh
556556

557557
"run aws auth test AssumeRoleWithWebIdentity with AWS_ROLE_SESSION_NAME unset":
@@ -566,7 +566,7 @@ functions:
566566
AWS_CREDENTIAL_TYPE: web-identity
567567
working_dir: "src"
568568
binary: bash
569-
args:
569+
args:
570570
- .evergreen/run-mongodb-aws-test.sh
571571

572572
"run aws ECS auth test":
@@ -582,9 +582,9 @@ functions:
582582
AWS_CREDENTIAL_TYPE: web-identity
583583
working_dir: "src"
584584
binary: bash
585-
args:
585+
args:
586586
- .evergreen/prepare-mongodb-aws-ecs-auth.sh
587-
587+
588588
"run custom csfle tests":
589589
- command: subprocess.exec
590590
type: test
@@ -620,7 +620,7 @@ functions:
620620
MONGODB_AWS_SDK: 'true'
621621
working_dir: "src"
622622
binary: bash
623-
args:
623+
args:
624624
- .evergreen/run-lambda-aws-tests.sh
625625

626626
"upload test results":

.evergreen/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stepback: true
22
command_type: system
3-
exec_timeout_secs: 2100
3+
exec_timeout_secs: 7200
44
timeout:
55
- command: subprocess.exec
66
params:
@@ -2904,7 +2904,7 @@ tasks:
29042904
tags:
29052905
- run-spec-benchmark-tests
29062906
- performance
2907-
exec_timeout_secs: 3600
2907+
exec_timeout_secs: 7200
29082908
commands:
29092909
- command: expansions.update
29102910
type: setup
@@ -2925,7 +2925,7 @@ tasks:
29252925
tags:
29262926
- run-spec-benchmark-tests
29272927
- performance
2928-
exec_timeout_secs: 3600
2928+
exec_timeout_secs: 7200
29292929
commands:
29302930
- command: expansions.update
29312931
type: setup
@@ -2946,7 +2946,7 @@ tasks:
29462946
tags:
29472947
- run-spec-benchmark-tests
29482948
- performance
2949-
exec_timeout_secs: 3600
2949+
exec_timeout_secs: 7200
29502950
commands:
29512951
- command: expansions.update
29522952
type: setup
@@ -2967,7 +2967,7 @@ tasks:
29672967
tags:
29682968
- run-spec-benchmark-tests
29692969
- performance
2970-
exec_timeout_secs: 3600
2970+
exec_timeout_secs: 7200
29712971
commands:
29722972
- command: expansions.update
29732973
type: setup
@@ -2988,7 +2988,7 @@ tasks:
29882988
tags:
29892989
- run-spec-benchmark-tests
29902990
- performance
2991-
exec_timeout_secs: 3600
2991+
exec_timeout_secs: 7200
29922992
commands:
29932993
- command: expansions.update
29942994
type: setup

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ function addPerformanceTasks() {
728728
const makePerfTask = (name, MONGODB_CLIENT_OPTIONS) => ({
729729
name,
730730
tags: ['run-spec-benchmark-tests', 'performance'],
731-
exec_timeout_secs: 3600,
731+
exec_timeout_secs: 7200,
732732
commands: [
733733
updateExpansions({
734734
NODE_LTS_VERSION: 'v22.11.0',

0 commit comments

Comments
 (0)