File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77DEFAULT_INPUT_PATH = "/opt/intel/input_path/"
88DEFAULT_OUTPUT_PATH = "/opt/intel/output_path/"
99
10- FFMPEG_ESTABLISH_TIMEOUT = 5 # or use the same value as MCM_ESTABLISH_TIMEOUT
11- FFMPEG_RUN_TIMEOUT = 60 # or use the same value as MCM_RXTXAPP_RUN_TIMEOUT
10+ FFMPEG_ESTABLISH_TIMEOUT = 6 # or use the same value as MCM_ESTABLISH_TIMEOUT
11+ FFMPEG_RUN_TIMEOUT = 120 # or use the same value as MCM_RXTXAPP_RUN_TIMEOUT
1212
1313# time for establishing connection for example between TX and RX in st2110
1414MTL_ESTABLISH_TIMEOUT = 2
15- MCM_ESTABLISH_TIMEOUT = 5
15+ MCM_ESTABLISH_TIMEOUT = 6
1616DEFAULT_LOOP_COUNT = 7
1717MCM_RXTXAPP_RUN_TIMEOUT = MCM_ESTABLISH_TIMEOUT * DEFAULT_LOOP_COUNT
18- MAX_TEST_TIME_DEFAULT = 60
18+ MAX_TEST_TIME_DEFAULT = 120
1919STOP_GRACEFULLY_PERIOD = 2 # seconds
2020
2121BUILD_DIR = "_build"
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ def check_phrases_anywhere(
248248 if phrase in line :
249249 phrase_found = True
250250 break
251-
251+
252252 if not phrase_found :
253253 missing_phrases .append (phrase )
254254 # Find where the phrase should have appeared
You can’t perform that action at this time.
0 commit comments