Skip to content

Commit

Permalink
More time?
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Nov 1, 2023
1 parent 2a21fbf commit 5eaee58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def test_execute_advertised_action(self):
}
)
)
self.received_message = None
self.advertise.advertise_action(advertise_msg)
time.sleep(0.1)

# Send a goal to the advertised action using rosbridge
self.received_message = None
Expand Down Expand Up @@ -151,7 +151,6 @@ def test_execute_advertised_action(self):
sub_qos_profile,
)
time.sleep(0.1)

feedback_msg = loads(
dumps(
{
Expand Down Expand Up @@ -214,6 +213,7 @@ def test_unadvertise_action(self):
)
self.received_message = None
self.advertise.advertise_action(advertise_msg)
time.sleep(0.1)

# Send a goal to the advertised action using rosbridge
self.received_message = None
Expand Down

0 comments on commit 5eaee58

Please sign in to comment.