We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6655c6b commit fe8ff80Copy full SHA for fe8ff80
test/pkg.jl
@@ -371,7 +371,7 @@ temp_pkg_dir() do project_path
371
for i in 1:Sys.CPU_THREADS
372
iob = IOBuffer()
373
t = @async run(pipeline(`$(Base.julia_cmd()) --project="$(pkgdir(Pkg))"
374
- -e "import Pkg; for i in 1:50 Pkg.activate(temp = true); Pkg.add(\"Random\", io = devnull); Pkg.Types.EnvCache(); end"`,
+ -e "import Pkg; Pkg.activate(temp = true); Pkg.add(\"Random\", io = devnull); for i in 1:100 Pkg.Types.EnvCache(); end"`,
375
stderr = iob, stdout = devnull))
376
push!(tasks, t)
377
push!(iobs, iob)
0 commit comments