summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-11-02 12:46:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-02 13:28:27 +0000
commit18e4ac84db47e93dcbbfeffec798e9f746b15f9d (patch)
treeaa75eb6c11a12b6e577ca277ca44c7feeac29b99
parent2d5a16adde2b17c851675c6a95f84afa33347cd1 (diff)
downloadmongo-18e4ac84db47e93dcbbfeffec798e9f746b15f9d.tar.gz
SERVER-61178 Use less concurrency in find_cmd_with_indexes_timeseries.js
-rw-r--r--jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js b/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
index 4df3cf1f63e..eebd473d707 100644
--- a/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
+++ b/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
@@ -238,7 +238,7 @@ var $config = (function() {
};
return {
- threadCount: 15,
+ threadCount: 5,
iterations: 700,
states: states,
data: data,