Skip to content

Commit

Permalink
test: allow 5 retries for sensor test (stochastic)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Nov 14, 2023
1 parent 17a18f6 commit ba0e777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mujoco_ros_sensors/test/launch/mujoco_sensors.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</rosparam>

<param name="/use_sim_time" value="true"/>
<test test-name="mujoco_sensors_test" pkg="mujoco_ros_sensors" type="mujoco_sensors_test" time-limit="120.0" />
<test test-name="mujoco_sensors_test" pkg="mujoco_ros_sensors" type="mujoco_sensors_test" time-limit="120.0" retry="5" />
</launch>

0 comments on commit ba0e777

Please sign in to comment.