We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaa874 commit 3640329Copy full SHA for 3640329
1 file changed
radio/tests/helpers.py
@@ -168,10 +168,10 @@ def drain_all():
168
169
while time.time() - start_time < TIMEOUT and pending:
170
try:
171
- time.sleep(0.005) # For stability
172
msg = droneStatus.drone.master.recv_match(blocking=False)
173
174
if msg is None:
+ time.sleep(0.005)
175
continue
176
177
if msg.get_type() != "PARAM_VALUE":
0 commit comments