Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 17, 2023
1 parent 7bf315a commit 920b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ end
function test_large_time_limits()
model = GLPK.Optimizer()
MOI.set(model, MOI.TimeLimitSec(), 1e9)
@test MOI.get(model, MOI.TimeLimitSec()) == typemax(Cint) / 1_000
@test MOI.get(model, MOI.TimeLimitSec()) == nothing
return
end

Expand Down

0 comments on commit 920b5d6

Please sign in to comment.