Skip to content

Commit

Permalink
PR #13668 from Eran: change test-dds-adapter-depth to 25-31 FPS
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Jan 8, 2025
2 parents 485acf1 + 17ef504 commit 620b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/dds/adapter/test-depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def frame_callback( frame ):
test.info( 'start_time', start_time )
test.info( 'end_time', end_time )
test.info( 'n_frames', n_frames )
test.check_approx_abs( n_frames / (end_time-start_time), 29.5, 1 )
test.check_between( n_frames / (end_time-start_time), 25, 31 )

with test.closure( 'Open the same profile while streaming!' ):
test.check_throws( lambda:
Expand Down

0 comments on commit 620b16a

Please sign in to comment.