Skip to content

Commit

Permalink
increase maxiters for single coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Apr 23, 2024
1 parent 039e9d0 commit 5bda15f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_tree_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,8 @@ end # 2LSWE
1.6653345369377348e-16,
],
tspan=(0.0, 0.25),
atol=1e-9)
atol=1e-9,
coverage_override=(maxiters = 15,))
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 5bda15f

Please sign in to comment.