Skip to content

Commit

Permalink
Merge pull request #531 from k-okada/fix_travis
Browse files Browse the repository at this point in the history
increse time-limit from 100 to 200
  • Loading branch information
k-okada authored Nov 2, 2018
2 parents 1482f91 + 20a4831 commit bad9496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hironx_ros_bridge/test/test-hironx-ros-bridge.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<param name="joint_states_test/test_duration" value="5.0" />
<param name="joint_states_test/wait_time" value="60.0" /> <!-- as opposed to its default: 20.0 -->

<test test-name="joint_states_test" pkg="rostest" type="hztest" name="joint_states_test" time-limit="100"/>
<test test-name="joint_states_test" pkg="rostest" type="hztest" name="joint_states_test" time-limit="200" retry="2" />

<test test-name="test_no_moveit" pkg="hironx_ros_bridge" type="test_no_moveit.py" name="test_no_moveit"
args="HiroNX(Robot)0
$(find hironx_ros_bridge)/models/kawada-hironx.dae
-ORBInitRef NameService=corbaloc:iiop:localhost:$(arg corbaport)/NameService"
time-limit="100" />
time-limit="200" retry="2" />

</launch>

0 comments on commit bad9496

Please sign in to comment.