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 7, 2022
1 parent 898a917 commit 4fe4f5a
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 @@ -100,7 +100,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 4fe4f5a

Please sign in to comment.