Skip to content

Commit 74982ed

Browse files
authored
set batch test timeout to 60 sec (#2623)
1 parent bcd230a commit 74982ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)