I have set maxiters to 1, but clearly, IDA took more than 1 step here. :-)
julia> solve(prob,IDA(), maxiters=1).t |> length
145
It looks like the common interface code is correct,
https://github.com/SciML/Sundials.jl/blob/master/src/common_interface/solve.jl#L918
@jd-lara Do you know why this happens?