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 @@ -118,7 +118,7 @@ def test_call_advertised_service(self):
118
118
rclpy .spin_once (self .node , timeout_sec = 0.1 )
119
119
time .sleep (0.1 )
120
120
loop_iterations += 1
121
- if loop_iterations > 3 :
121
+ if loop_iterations > 4 :
122
122
self .fail ("Timed out waiting for service call message." )
123
123
124
124
self .assertFalse (self .received_message is None )
@@ -146,7 +146,7 @@ def test_call_advertised_service(self):
146
146
rclpy .spin_once (self .node , timeout_sec = 0.1 )
147
147
time .sleep (0.5 )
148
148
loop_iterations += 1
149
- if loop_iterations > 3 :
149
+ if loop_iterations > 4 :
150
150
self .fail ("Timed out waiting for service response message." )
151
151
152
152
self .assertFalse (self .received_message is None )
You can’t perform that action at this time.
0 commit comments