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):
118118 rclpy .spin_once (self .node , timeout_sec = 0.1 )
119119 time .sleep (0.1 )
120120 loop_iterations += 1
121- if loop_iterations > 3 :
121+ if loop_iterations > 4 :
122122 self .fail ("Timed out waiting for service call message." )
123123
124124 self .assertFalse (self .received_message is None )
@@ -146,7 +146,7 @@ def test_call_advertised_service(self):
146146 rclpy .spin_once (self .node , timeout_sec = 0.1 )
147147 time .sleep (0.5 )
148148 loop_iterations += 1
149- if loop_iterations > 3 :
149+ if loop_iterations > 4 :
150150 self .fail ("Timed out waiting for service response message." )
151151
152152 self .assertFalse (self .received_message is None )
You can’t perform that action at this time.
0 commit comments