Skip to content

Commit

Permalink
[test] Increase fail_count_thre to avoid CI errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Jan 7, 2024
1 parent 96574f1 commit d5b5161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test(self):
rate = rospy.Rate(30)
start_t = rospy.get_time()
fail_count = 0
fail_count_thre = 5
fail_count_thre = 20
while not rospy.is_shutdown():
t = rospy.get_time()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test(self):
rate = rospy.Rate(30)
start_t = rospy.get_time()
fail_count = 0
fail_count_thre = 5
fail_count_thre = 20
while not rospy.is_shutdown():
t = rospy.get_time()

Expand Down

0 comments on commit d5b5161

Please sign in to comment.