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 342f88d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def test_execute_advertised_action(self):
}
)
)
self.received_message = None
self.advertise.advertise_action(advertise_msg)

# Send a goal to the advertised action using rosbridge
Expand Down Expand Up @@ -150,7 +149,7 @@ def test_execute_advertised_action(self):
self.feedback_subscriber_cb,
sub_qos_profile,
)
time.sleep(0.1)
time.sleep(0.5)

feedback_msg = loads(
dumps(
Expand Down

0 comments on commit 342f88d

Please sign in to comment.