Skip to content

Commit

Permalink
ENH: make BSplineWarping2Test run serially, as it's quite slow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Oct 12, 2021
1 parent 94dfea4 commit 0836c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/RegistrationITKv4/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ if( ITK_USE_BRAINWEB_DATA )
${TEMP}/BSplineWarping2TestTransform.txt
)
set_property(TEST BSplineWarping2Test APPEND PROPERTY LABELS RUNS_LONG)
set_property(TEST BSplineWarping2Test APPEND PROPERTY RUN_SERIAL True)

set( NUMBER_OF_BSPLINE_GRID_NODES 5 )

Expand Down

0 comments on commit 0836c79

Please sign in to comment.