Skip to content

Commit

Permalink
Increase timeout to reduce test flakeyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman committed Mar 14, 2022
1 parent b485259 commit d424e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_path_tracking_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_exepath_action(self):
rospy.sleep(10.0)
self.assertTrue(checker.slowed_down)

finished_in_time = client.wait_for_result(timeout=rospy.Duration(60))
finished_in_time = client.wait_for_result(timeout=rospy.Duration(120))
self.assertTrue(finished_in_time, msg="Action call didn't return in time")
self.assertEqual(client.get_state(), outcome_exp, msg="Wrong action outcome")

Expand Down

0 comments on commit d424e22

Please sign in to comment.