Skip to content

Commit

Permalink
reduced test time
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Nov 1, 2023
1 parent 74c6b43 commit d49dbfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unit-tests/live/frames/test-fps-permutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

# test:device D400*
# test:donotrun:!nightly
# test:timeout 750
# test:timeout 300
# timeout - on the worst case, we're testing on D585S, which have 8 streams, so:
# timeout = (8 choose 2) * 24 + 24 = 696
# 8 choose 2 tests to do (one for each pair), plus one for all streams on, each test takes 24 secs
# timeout = ((8 choose 2)+1) * (TIME_FOR_STEADY_STATE + TIME_TO_COUNT_FRAMES)
# 8 choose 2 tests to do (one for each pair), plus one for all streams on

from rspy import test, log
import time
Expand All @@ -27,7 +27,7 @@

# tests parameters
TEST_ALL_COMBINATIONS = False
TIME_FOR_STEADY_STATE = 1
TIME_FOR_STEADY_STATE = 3
TIME_TO_COUNT_FRAMES = 5


Expand Down

0 comments on commit d49dbfa

Please sign in to comment.