Skip to content

Commit

Permalink
try to fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Jul 21, 2023
1 parent 136807a commit d7a014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ end
if runs_on_ci
sys_threads = min(sys_threads, 2)
end
num_threads = min(Threads.nthreads(), sys_threads) - 1
num_threads = min(Threads.nthreads(), sys_threads)

function issue30_set!(dst)
@batch for i in eachindex(dst)
Expand Down

0 comments on commit d7a014e

Please sign in to comment.