We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5598 commit 24817b1Copy full SHA for 24817b1
.evergreen/config.yml
@@ -9,9 +9,9 @@ command_type: system
9
# Fail builds when pre tasks fail.
10
pre_error_fails_task: true
11
12
-# Protect ourselves against rogue test case that runs forever. Tasks are killed after 20 minutes, which shouldn't occur
+# Protect ourselves against rogue test case that runs forever. Tasks are killed after 30 minutes, which shouldn't occur
13
# under normal circumstances.
14
-exec_timeout_secs: 1200
+exec_timeout_secs: 1800
15
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
# MongoDB instances. All other tasks that require special preparation should be run from within a task group
0 commit comments