Skip to content

Commit 6a1f666

Browse files
Update test/runtests.jl
1 parent 46236f9 commit 6a1f666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const RETESTITEMS_NWORKERS = if GROUP == "wrappers"
2323
else
2424
parse(
2525
Int, get(ENV, "RETESTITEMS_NWORKERS",
26-
string(min(ifelse(Sys.iswindows(), 0, max(Hwloc.num_physical_cores(), 1)), 4))
26+
string(min(ifelse(Sys.iswindows(), 0, Hwloc.num_physical_cores()), 4))
2727
)
2828
)
2929
end

0 commit comments

Comments
 (0)