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 4472084 commit f6670b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function test_runtests()
with_cache_type = Float64,
)
MOI.set(model, MOI.RawOptimizerAttribute("algorithm"), :LD_SLSQP)
MOI.set(model, MOI.RawOptimizerAttribute("maxtime"), 10.0)
other_failures = Any[]
if Sys.WORD_SIZE == 32
push!(other_failures, r"^test_constraint_qcp_duplicate_diagonal$")
Expand Down

0 comments on commit f6670b6

Please sign in to comment.