ros-perception / laser_geometry

Provides the LaserProjection class for turning laser scan data into point clouds.
BSD 3-Clause "New" or "Revised" License
157 stars 114 forks source link

[ROS 2] projection_test timing out on macOS #62

Closed jacobperron closed 4 years ago

jacobperron commented 4 years ago

For the last couple days, the test has been timing out on macOS nightly CI:

Example output:

06:31:12 5: [==========] Running 1 test from 1 test case.
06:31:12 5: [----------] Global test environment set-up.
06:31:12 5: [----------] 1 test from laser_geometry
06:31:12 5: [ RUN      ] laser_geometry.projectLaser2
06:34:12     Test #5: projection_test ..................***Timeout 180.13 sec

I haven't seen similar failures for other platforms.

dirk-thomas commented 4 years ago

Fixed by #63.