Skip to content

Commit

Permalink
Reduce test dimensions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simmplecoder committed Aug 23, 2020
1 parent 36e86ef commit a79214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/image_processing/hough_circle_transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void exact_fit_test(std::ptrdiff_t radius, gil::point_t offset, Rasterizer raste

int main()
{
const int test_dim_length = 50;
const int test_dim_length = 20;
for (std::ptrdiff_t radius = 5; radius < test_dim_length; ++radius)
{
for (std::ptrdiff_t x_offset = radius; x_offset < radius + test_dim_length; ++x_offset)
Expand Down

0 comments on commit a79214f

Please sign in to comment.