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-09 01:00:30 +0000
commit72b892503effaa83a6494121637a61f505e76c98 (patch)
tree4e2ee5f27c7d7841f116ef807b947e3d08afe306
parent45d16ad9a503ee7398894c3b117e6e05262aad33 (diff)
downloadmongo-72b892503effaa83a6494121637a61f505e76c98.tar.gz
SERVER-61178 Use less concurrency in find_cmd_with_indexes_timeseries.js
(cherry picked from commit 18e4ac84db47e93dcbbfeffec798e9f746b15f9d)
-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 9e4f20aff2f..ca29fccc570 100644
--- a/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
+++ b/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
@@ -289,7 +289,7 @@ var $config = (function() {
};
return {
- threadCount: 15,
+ threadCount: 5,
iterations: 700,
states: states,
data: data,