Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 21, 2024
1 parent 07a30e9 commit 4472084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/NLoptMathOptInterfaceExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function test_runtests()
r"^test_quadratic_nonconvex_constraint_integration$",
other_failures...,
],
verbose = true,
)
return
end
Expand Down

0 comments on commit 4472084

Please sign in to comment.