Skip to content

Commit

Permalink
Extend time for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Jul 24, 2024
1 parent df8a165 commit 81be232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions happypose_ros/test/single_view_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_02_check_topics(self) -> None:
self.node.assert_node_is_publisher("happypose/object_symmetries", timeout=3.0)

def test_03_receive_object_symmetries(self) -> None:
self.node.assert_message_received("happypose/object_symmetries", timeout=20.0)
self.node.assert_message_received("happypose/object_symmetries", timeout=120.0)

def test_04_check_object_symmetries(self) -> None:
object_symmetries = self.node.get_received_message(
Expand Down Expand Up @@ -308,7 +308,7 @@ def test_10_dynamic_params_labels_to_keep(
msg="Filtered label is not the same as the expected one!",
)

self.node.assert_message_received("happypose/object_symmetries", timeout=5.0)
self.node.assert_message_received("happypose/object_symmetries", timeout=20.0)
object_symmetries = self.node.get_received_message(
"happypose/object_symmetries"
)
Expand Down

0 comments on commit 81be232

Please sign in to comment.