Skip to content

Commit b84f96d

Browse files
authored
set batch test timeout to 60 sec
1 parent bcd230a commit b84f96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ configure_file(batch-test.json.in ${CMAKE_BINARY_DIR}/tests/batch-test.json) # s
416416
add_test(NAME batch_test COMMAND o2-qc-batch-test.sh)
417417
set_tests_properties(batch_test PROPERTIES ENVIRONMENT "JSON_DIR=${CMAKE_BINARY_DIR}/tests;UNIQUE_ID=${UNIQUE_ID}")
418418
set_property(TEST batch_test PROPERTY LABELS slow)
419-
set_property(TEST batch_test PROPERTY TIMEOUT 45)
419+
set_property(TEST batch_test PROPERTY TIMEOUT 60)
420420

421421
# ---- Install ----
422422

0 commit comments

Comments
 (0)