From 6dec00d69b65ff1c9cc92ba9aed5f39ca207cb86 Mon Sep 17 00:00:00 2001 From: Eddie Louie Date: Thu, 16 Nov 2017 11:51:54 -0500 Subject: SERVER-31972 Reduce the number of iterations for the toggle_feature_compatibility.js workload --- jstests/concurrency/fsm_workloads/toggle_feature_compatibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/concurrency') diff --git a/jstests/concurrency/fsm_workloads/toggle_feature_compatibility.js b/jstests/concurrency/fsm_workloads/toggle_feature_compatibility.js index 268c4955c78..4b7567a362d 100644 --- a/jstests/concurrency/fsm_workloads/toggle_feature_compatibility.js +++ b/jstests/concurrency/fsm_workloads/toggle_feature_compatibility.js @@ -55,7 +55,7 @@ var $config = (function() { return { threadCount: 8, - iterations: 5000, + iterations: 300, data: null, states: states, transitions: transitions, -- cgit v1.2.1