Skip to content

Commit 1887203

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

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
@@ -30,7 +30,7 @@ end
3030
const RETESTITEMS_NWORKER_THREADS = parse(Int,
3131
get(
3232
ENV, "RETESTITEMS_NWORKER_THREADS",
33-
string(max(max(Hwloc.num_virtual_cores(), 1) ÷ max(RETESTITEMS_NWORKERS, 1), 1))
33+
string(max(Hwloc.num_virtual_cores() ÷ max(RETESTITEMS_NWORKERS, 1), 1))
3434
)
3535
)
3636

0 commit comments

Comments
 (0)