File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rosbridge_library/test/capabilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ def test_execute_advertised_action(self):
107
107
}
108
108
)
109
109
)
110
- self .received_message = None
111
110
self .advertise .advertise_action (advertise_msg )
111
+ time .sleep (0.1 )
112
112
113
113
# Send a goal to the advertised action using rosbridge
114
114
self .received_message = None
@@ -151,7 +151,6 @@ def test_execute_advertised_action(self):
151
151
sub_qos_profile ,
152
152
)
153
153
time .sleep (0.1 )
154
-
155
154
feedback_msg = loads (
156
155
dumps (
157
156
{
@@ -214,6 +213,7 @@ def test_unadvertise_action(self):
214
213
)
215
214
self .received_message = None
216
215
self .advertise .advertise_action (advertise_msg )
216
+ time .sleep (0.1 )
217
217
218
218
# Send a goal to the advertised action using rosbridge
219
219
self .received_message = None
You can’t perform that action at this time.
0 commit comments