Skip to content

Commit 5eaee58

Browse files
committed
More time?
1 parent 2a21fbf commit 5eaee58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rosbridge_library/test/capabilities/test_action_capabilities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def test_execute_advertised_action(self):
107107
}
108108
)
109109
)
110-
self.received_message = None
111110
self.advertise.advertise_action(advertise_msg)
111+
time.sleep(0.1)
112112

113113
# Send a goal to the advertised action using rosbridge
114114
self.received_message = None
@@ -151,7 +151,6 @@ def test_execute_advertised_action(self):
151151
sub_qos_profile,
152152
)
153153
time.sleep(0.1)
154-
155154
feedback_msg = loads(
156155
dumps(
157156
{
@@ -214,6 +213,7 @@ def test_unadvertise_action(self):
214213
)
215214
self.received_message = None
216215
self.advertise.advertise_action(advertise_msg)
216+
time.sleep(0.1)
217217

218218
# Send a goal to the advertised action using rosbridge
219219
self.received_message = None

0 commit comments

Comments
 (0)