From 78aabd56f599c36c45d689b39f2d5599bda2aa9d Mon Sep 17 00:00:00 2001 From: Remi Bettan Date: Thu, 16 May 2024 23:50:25 +0300 Subject: [PATCH] sleep increased to 1 sec --- unit-tests/live/d400/test-hdr-long.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unit-tests/live/d400/test-hdr-long.py b/unit-tests/live/d400/test-hdr-long.py index 847674ed8a..bac6382b98 100644 --- a/unit-tests/live/d400/test-hdr-long.py +++ b/unit-tests/live/d400/test-hdr-long.py @@ -6,7 +6,6 @@ ###################################### # test:device D400* -# test:donotrun:!nightly import pyrealsense2 as rs @@ -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)