Skip to content

Commit f701850

Browse files
committed
SERVER-42576 Decrease the number of concurrent jobs from 4 to 2 in the logical_session_cache_* suites
1 parent ed3c15b commit f701850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/evergreen_resmoke_job_count.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
# Apply factor for a task everywhere it is run.
4141
GLOBAL_TASK_FACTOR_OVERRIDES = {
42+
r"logical_session_cache.*_refresh_jscore_passthrough.*": 0.5,
4243
r"multi_shard_.*multi_stmt_txn_.*jscore_passthrough.*": 0.125,
4344
}
4445

0 commit comments

Comments
 (0)