Skip to content

Commit 30ff387

Browse files
committed
Change Windows / OSX to use 8 cores
1 parent ed5b3e8 commit 30ff387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/waiter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(self, limit: int = 0, *, verbosity: int = 0, xfail: List[str] = [])
122122
try:
123123
sched_getaffinity = os.sched_getaffinity
124124
except AttributeError:
125-
limit = 2
125+
limit = 8
126126
else:
127127
# Note: only count CPUs we are allowed to use. It is a
128128
# major mistake to count *all* CPUs on the machine.

0 commit comments

Comments
 (0)