Skip to content

Commit

Permalink
sleep increased to 1 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed May 16, 2024
1 parent 57fd110 commit 78aabd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unit-tests/live/d400/test-hdr-long.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
######################################

# test:device D400*
# test:donotrun:!nightly


import pyrealsense2 as rs
Expand Down Expand Up @@ -356,7 +355,7 @@ def check_sequence_id(pipe):
pipe.stop()

# timer added to permit restoring of the pipe, needed especially for jetson
time.sleep(0.2)
time.sleep(1)

if test.check(at_least_one_frame_supported_seq_id):
test.check(first_series_last_merged_ts != -1)
Expand Down

0 comments on commit 78aabd5

Please sign in to comment.