summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index dd284a2ab48..0896d19c0af 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7632,9 +7632,10 @@ buildvariants:
compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --enable-free-mon=off --enable-http-client=off
test_flags: >-
--excludeWithAnyTags=requires_http_client
- --repeatSuites=10
+ --repeatSuites=5
--shuffle
- resmoke_repeat_suites: 10
+ # TODO: SERVER-39479 Increase the number of executions back to 10
+ resmoke_repeat_suites: 5
# TODO: There are currently 2 ways of repeating suites, one for regular suites and one for
# generated suites. Once everything is converted to generated suites, we should remove the
# '--repeatSuites=10' from the test_flags. This will be done in SERVER-38817.