Skip to content

Commit ba372d5

Browse files
alcaeusGromNaN
andauthored
Increase task timeouts (#1184)
* Increase task timeouts * Update comment Co-authored-by: Jérôme Tamarelle <[email protected]> --------- Co-authored-by: Jérôme Tamarelle <[email protected]>
1 parent bf22101 commit ba372d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ command_type: system
99
# Fail builds when pre tasks fail.
1010
pre_error_fails_task: true
1111

12-
# Protect ourselves against rogue test case that runs forever. Tasks are killed after 10 minutes, which shouldn't occur
12+
# Protect ourselves against rogue test case that runs forever. Tasks are killed after 20 minutes, which shouldn't occur
1313
# under normal circumstances.
14-
exec_timeout_secs: 600
14+
exec_timeout_secs: 1200
1515

1616
# These pre and post rules apply to all tasks not part of a task group, which should only ever be tests against local
1717
# MongoDB instances. All other tasks that require special preparation should be run from within a task group

.evergreen/config/test-tasks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
tasks:
22
- name: "test-atlas"
3+
exec_timeout_secs: 1800
34
commands:
45
- func: "start kms servers"
56
- func: "run tests"
@@ -8,6 +9,7 @@ tasks:
89

910
- name: "test-serverless"
1011
tags: ["serverless"]
12+
exec_timeout_secs: 1800
1113
commands:
1214
- func: "create serverless instance"
1315
- func: "start kms servers"

0 commit comments

Comments
 (0)