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 189359e commit 4bf5a26Copy full SHA for 4bf5a26
test/trimming/trimming.jl
@@ -4,7 +4,7 @@ let exe_suffix = splitext(Base.julia_exename())[2]
4
5
hello_exe = joinpath(@__DIR__, "hello" * exe_suffix)
6
@test readchomp(`$hello_exe`) == "Hello, world!"
7
- @test filesize(hello_exe) < 2_000_000
+ @test filesize(hello_exe) < 20_000_000
8
9
basic_jll_exe = joinpath(@__DIR__, "basic_jll" * exe_suffix)
10
lines = split(readchomp(`$basic_jll_exe`), "\n")
0 commit comments