diff --git a/test/model.jl b/test/model.jl index e7e68b67bb3..b3bb7d5a423 100644 --- a/test/model.jl +++ b/test/model.jl @@ -21,7 +21,7 @@ const eq = JuMP.repl_eq modPath = joinpath(Pkg.dir("JuMP"),"test","mod") -const TOL = 1e-5 +const TOL = 1e-4 facts("[model] Check error cases") do @fact_throws Model(solver=:Foo) diff --git a/test/probmod.jl b/test/probmod.jl index 4b3ca335a0b..179c1dd166b 100644 --- a/test/probmod.jl +++ b/test/probmod.jl @@ -16,7 +16,7 @@ using JuMP, FactCheck # If solvers not loaded, load them (i.e running just these tests) !isdefined(:lp_solvers) && include("solvers.jl") -const TOL = 1e-5 +const TOL = 1e-4 facts("[probmod] Testing problem modification basics") do for solver in lp_solvers