Skip to content

Commit

Permalink
Update jump_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 9, 2023
1 parent 40bd02e commit a6d0f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jump_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1060,4 +1060,5 @@ function test_abstract_optimizer_attributes()
model = Model(() -> POI.Optimizer(GLPK.Optimizer()))
set_attribute(model, "tm_lim", 60 * 1000)
@test get_attribute(model, "tm_lim") 60 * 1000
end
return
end

0 comments on commit a6d0f17

Please sign in to comment.