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 ce2245c commit d20edacCopy full SHA for d20edac
test/api.jl
@@ -250,7 +250,7 @@ import .FakeTerminals.FakeTerminal
250
Pkg.precompile(io = iob)
251
str = String(take!(iob))
252
@test occursin("Precompiling", str)
253
- @test occursin("Waiting for background task / IO / timer.", str)
+ @test occursin("waiting for IO to finish", str) || occursin("Waiting for background task / IO / timer.", str)
254
end
255
256
@testset "pidlocked precompile" begin
0 commit comments