Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b375c0c

Browse files
committed
Retry for Broyden
1 parent 5d1d1d3 commit b375c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)