Skip to content

Commit

Permalink
less iterations in release
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Oct 18, 2023
1 parent 17c809a commit c6e4ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nonlinear_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ TEST_CASE("non-linear", "[solver]")

TEST_CASE("non-linear-more-iter", tag_slow)
{
test_solvers(Solver::available_solvers(), 100000, true);
test_solvers(Solver::available_solvers(), 10000, false);
}

TEST_CASE("non-linear-box-constraint", "[solver]")
Expand Down

0 comments on commit c6e4ad7

Please sign in to comment.