Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Dec 18, 2024
1 parent e3cd133 commit a6f90a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/py/rspy/librs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def wait_for_devices( context, mask=product_line.any, n=1, timeout=3, throw=None
#
while not timer.has_expired():
#
_log.d( f'{len(devices)} device(s) detected; waiting...' )
_log.d( f'{len(devices)} device(s) detected; waiting ({timer.time_left()} seconds left) ...' )
_devices_updated.clear()
if not _devices_updated.wait( timer.time_left() ):
break
Expand Down

0 comments on commit a6f90a6

Please sign in to comment.