File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ command_type: system
9
9
# Fail builds when pre tasks fail.
10
10
pre_error_fails_task : true
11
11
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
13
13
# under normal circumstances.
14
- exec_timeout_secs : 600
14
+ exec_timeout_secs : 1200
15
15
16
16
# These pre and post rules apply to all tasks not part of a task group, which should only ever be tests against local
17
17
# MongoDB instances. All other tasks that require special preparation should be run from within a task group
Original file line number Diff line number Diff line change 1
1
tasks :
2
2
- name : " test-atlas"
3
+ exec_timeout_secs : 1800
3
4
commands :
4
5
- func : " start kms servers"
5
6
- func : " run tests"
8
9
9
10
- name : " test-serverless"
10
11
tags : ["serverless"]
12
+ exec_timeout_secs : 1800
11
13
commands :
12
14
- func : " create serverless instance"
13
15
- func : " start kms servers"
You can’t perform that action at this time.
0 commit comments