File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ command_type: system
99# Fail builds when pre tasks fail.
1010pre_error_fails_task : true
1111
12- # Protect ourselves against rogue test case that runs forever. Tasks are killed after 20 minutes, which shouldn't occur
12+ # Protect ourselves against rogue test case that runs forever. Tasks are killed after 30 minutes, which shouldn't occur
1313# under normal circumstances.
14- exec_timeout_secs : 1200
14+ exec_timeout_secs : 1800
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
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ functions:
158158 " bootstrap mongohoused " :
159159 - command : shell.exec
160160 params :
161+ include_expansions_in_env : [AWS_SECRET_ACCESS_KEY, AWS_ACCESS_KEY_ID, AWS_SESSION_TOKEN]
161162 script : |
162163 cd ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake
163164
You can’t perform that action at this time.
0 commit comments