diff --git a/ext/NLoptMathOptInterfaceExt.jl b/ext/NLoptMathOptInterfaceExt.jl index 180d24f..ff054f2 100644 --- a/ext/NLoptMathOptInterfaceExt.jl +++ b/ext/NLoptMathOptInterfaceExt.jl @@ -330,7 +330,7 @@ const _DEFAULT_OPTIONS = Dict{String,Any}( "xtol_abs" => nothing, "constrtol_abs" => 1e-7, "maxeval" => 0, - "maxtime" => 10.0, + "maxtime" => 0.0, "initial_step" => nothing, "population" => 0, "seed" => nothing, diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 6bb83d6..3b0f4f6 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -73,6 +73,7 @@ function test_runtests() r"^test_quadratic_nonconvex_constraint_integration$", other_failures..., ], + verbose = true, ) return end