@@ -280,7 +280,7 @@ set_tests_properties(encode PROPERTIES
280280# Test - decode
281281add_test (NAME decode COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i out.oapv )
282282set_tests_properties (decode PROPERTIES
283- TIMEOUT 10
283+ TIMEOUT 20
284284 DEPENDS encode
285285 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
286286 PASS_REGULAR_EXPRESSION "Decoded frame count = 125"
@@ -290,7 +290,7 @@ set_tests_properties(decode PROPERTIES
290290# Test - decode qp_A.apv
291291add_test (NAME decode_qp_A COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/qp_A.apv -v 3 --hash )
292292set_tests_properties (decode_qp_A PROPERTIES
293- TIMEOUT 10
293+ TIMEOUT 20
294294 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
295295 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
296296 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -299,7 +299,7 @@ set_tests_properties(decode_qp_A PROPERTIES
299299# Test - decode qp_B.apv
300300add_test (NAME decode_qp_B COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/qp_B.apv -v 3 --hash )
301301set_tests_properties (decode_qp_B PROPERTIES
302- TIMEOUT 10
302+ TIMEOUT 20
303303 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
304304 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
305305 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -308,7 +308,7 @@ set_tests_properties(decode_qp_B PROPERTIES
308308# Test - decode qp_C.apv
309309add_test (NAME decode_qp_C COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/qp_C.apv -v 3 --hash )
310310set_tests_properties (decode_qp_C PROPERTIES
311- TIMEOUT 10
311+ TIMEOUT 20
312312 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
313313 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
314314 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -317,7 +317,7 @@ set_tests_properties(decode_qp_C PROPERTIES
317317# Test - decode qp_D.apv
318318add_test (NAME decode_qp_D COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/qp_D.apv -v 3 --hash )
319319set_tests_properties (decode_qp_D PROPERTIES
320- TIMEOUT 10
320+ TIMEOUT 20
321321 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
322322 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
323323 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -326,7 +326,7 @@ set_tests_properties(decode_qp_D PROPERTIES
326326# Test - decode qp_E.apv
327327add_test (NAME decode_qp_E COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/qp_E.apv -v 3 --hash )
328328set_tests_properties (decode_qp_E PROPERTIES
329- TIMEOUT 10
329+ TIMEOUT 20
330330 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
331331 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
332332 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -335,7 +335,7 @@ set_tests_properties(decode_qp_E PROPERTIES
335335# Test - decode syn_A.apv
336336add_test (NAME decode_syn_A COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/syn_A.apv -v 3 --hash )
337337set_tests_properties (decode_syn_A PROPERTIES
338- TIMEOUT 10
338+ TIMEOUT 20
339339 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
340340 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
341341 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -344,7 +344,7 @@ set_tests_properties(decode_syn_A PROPERTIES
344344# Test - decode syn_B.apv
345345add_test (NAME decode_syn_B COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/syn_B.apv -v 3 --hash )
346346set_tests_properties (decode_syn_B PROPERTIES
347- TIMEOUT 10
347+ TIMEOUT 20
348348 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
349349 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
350350 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -353,7 +353,7 @@ set_tests_properties(decode_syn_B PROPERTIES
353353# Test - decode tile_A.apv
354354add_test (NAME decode_tile_A COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/tile_A.apv -v 3 --hash )
355355set_tests_properties (decode_tile_A PROPERTIES
356- TIMEOUT 10
356+ TIMEOUT 20
357357 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
358358 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
359359 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -362,7 +362,7 @@ set_tests_properties(decode_tile_A PROPERTIES
362362# Test - decode tile_B.apv
363363add_test (NAME decode_tile_B COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/tile_B.apv -v 3 --hash )
364364set_tests_properties (decode_tile_B PROPERTIES
365- TIMEOUT 10
365+ TIMEOUT 20
366366 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
367367 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
368368 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -371,7 +371,7 @@ set_tests_properties(decode_tile_B PROPERTIES
371371# Test - decode tile_C.apv
372372add_test (NAME decode_tile_C COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/tile_C.apv -v 3 --hash )
373373set_tests_properties (decode_tile_C PROPERTIES
374- TIMEOUT 10
374+ TIMEOUT 20
375375 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
376376 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
377377 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -380,7 +380,7 @@ set_tests_properties(decode_tile_C PROPERTIES
380380# Test - decode tile_D.apv
381381add_test (NAME decode_tile_D COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/tile_D.apv -v 3 --hash )
382382set_tests_properties (decode_tile_D PROPERTIES
383- TIMEOUT 10
383+ TIMEOUT 20
384384 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
385385 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
386386 PASS_REGULAR_EXPRESSION ".*hash:match.*"
@@ -389,7 +389,7 @@ set_tests_properties(decode_tile_D PROPERTIES
389389# Test - decode tile_E.apv
390390add_test (NAME decode_tile_E COMMAND ${CMAKE_CURRENT_BINARY_DIR } /bin/oapv_app_dec -i ${CMAKE_CURRENT_SOURCE_DIR } /test/bitstream/tile_E.apv -v 3 --hash )
391391set_tests_properties (decode_tile_E PROPERTIES
392- TIMEOUT 10
392+ TIMEOUT 20
393393 FAIL_REGULAR_EXPRESSION "Decoded frame count = 0"
394394 PASS_REGULAR_EXPRESSION "Decoded frame count = 3"
395395 PASS_REGULAR_EXPRESSION ".*hash:match.*"
0 commit comments