diff --git a/test/runtests.jl b/test/runtests.jl index 671cfab3..3f471735 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,7 +5,7 @@ include("imgcomp.jl") # don't actually show the plots srand(1234) default(show=false, reuse=true) -img_eps = isinteractive() ? 1e-4 : 12e-2 +img_eps = isinteractive() ? 1e-2 : 10e-2 @testset "GR" begin ENV["GKSwstype"] = "100"