Skip to content

Commit 7591156

Browse files
committed
Retry for Broyden
1 parent 5fd1cd7 commit 7591156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SimpleNonlinearSolve/test/core/23_test_problems_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ end
7070
test_on_library(problems, dicts, alg_ops, broken_tests)
7171
end
7272

73-
@testitem "SimpleBroyden" setup=[RobustnessTesting] begin
73+
@testitem "SimpleBroyden" retries=5 setup=[RobustnessTesting] begin
7474
alg_ops = (SimpleBroyden(),)
7575

7676
broken_tests = Dict(alg => Int[] for alg in alg_ops)

0 commit comments

Comments
 (0)