Skip to content

Commit 548d794

Browse files
committed
cleanup
1 parent 5c575b4 commit 548d794

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.evergreen/config.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ command_type: system
1818
exec_timeout_secs: 3600 # 60 minutes is the longest we'll ever run (primarily
1919
# for macos hosts)
2020

21+
# Ensure that setup and teardown is working as expected.
22+
pre_error_fails_task: true
23+
pre_timeout_secs: 1800 # 5 minutes
24+
post_error_fails_task: true
25+
post_timeout_secs: 1800 # 5 minutes
26+
2127
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
2228
timeout:
2329
- command: subprocess.exec
@@ -35,8 +41,6 @@ pre:
3541
- func: "assume ec2 role"
3642

3743
post:
38-
# Disabled, causing timeouts
39-
# - func: "upload working dir"
4044
- func: "teardown system"
4145
- func: "upload coverage"
4246
- func: "upload mo artifacts"

0 commit comments

Comments
 (0)